Post Reply 
Construct two lines with specific angle in between
09-10-2019, 03:01 PM
Post: #3
RE: Construct two lines with specific angle in between
I don't know if this work with HP Prime, but I did it in XCas.

line1 := line([1,1], [3,4]);
line2 := line([1,1], slope = tan(20/180*pi + atan(slope(line1))))
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Construct two lines with specific angle in between - Albert Chan - 09-10-2019 03:01 PM



User(s) browsing this thread: 1 Guest(s)