Post Reply 
learning how to do Polar Coordinates and add them.
05-17-2019, 04:30 PM (This post was last modified: 05-17-2019 04:43 PM by DrD.)
Post: #6
RE: learning how to do Polar Coordinates and add them.
I offered that command line approach as general information. An example, (for your CAS program):

[CAS]
Code:

#cas
PP_PC():=
BEGIN
  //polar_coordinates(rectangular_coordinates(polar_point(M2)));

  M2:=[[150,30],[80,105]];
  approx(polar_coordinates(rectangular_coordinates(M2(1))+rectangular_coordin​ates(M2(2))));
END;
#end

You could also run the CAS program from [HOME] ==> Command Line: CAS("PP_PC()")
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 04:30 PM



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