Post Reply 
help with solving equations with complex values and or phasors
04-22-2016, 07:47 PM
Post: #6
RE: help with solving equations with complex values and or phasors
(04-22-2016 05:29 PM)itsamecameron Wrote:  I have one other question, can you show me how to do it for more than one equation? would it be csolve(eqn1, eqn2, eqn3, a,b,c)? or some other way?

csolve({eqn1, eqn2, eqn3},{a,b,c}) seems to work fine. This returns a list with one element - a vector with the solutions in x+iy format. If this list is in ANS, then the following command displays the solutions as a matrix in polar format, moduli in the first column and arguments in the second column:
Code:

map(Ans[1],x->polar_coordinates(x))

There doesn't seem to be a nice way to display complex results in polar format in CAS mode - am I missing something here?

Nigel (UK)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: help with solving equations with complex values and or phasors - Nigel (UK) - 04-22-2016 07:47 PM



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