Post Reply 
learning how to do Polar Coordinates and add them.
05-18-2019, 11:41 AM
Post: #7
RE: learning how to do Polar Coordinates and add them.
(05-17-2019 04:30 PM)DrD Wrote:  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()")

my original line was used in the Home under both regular and CAS mode it showed kinda spooky entanglement like behaviour when it added the matrix and produce the same result. My only question now is how do I get that function program PP_PC to the same.?
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. - tom234 - 05-18-2019 11:41 AM



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