Post Reply 
learning how to do Polar Coordinates and add them.
05-17-2019, 09:53 AM
Post: #4
RE: learning how to do Polar Coordinates and add them.
If this is your matrix: M2:=[[150,30],[80,105]];
Use the individual row vectors. For example:

[HOME]
polar_coordinates(rectangular_coordinates(M2(1))+rectangular_coordinates(M2(2)));
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: learning how to do Polar Coordinates and add them. - DrD - 05-17-2019 09:53 AM



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