Post Reply 
help with solving equations with complex values and or phasors
04-22-2016, 08:59 AM (This post was last modified: 04-22-2016 09:05 AM by Nigel (UK).)
Post: #2
RE: help with solving equations with complex values and or phasors
I have a couple of suggestions to make:
  • I don't think you can use "j" for the square root of -1.
  • I assume you are using blue-shifted "x" for the angle sign, not "<".
  • Capital "I" is a Home variable and this isn't recognised by the CAS.
I entered, in CAS mode,
Code:

csolve(a*(50+40+i*492.418+330)-7=0,a)
where "i" is blue-shifted "2", and received a complex number in rectangular form as the answer.

CAS mode doesn't seem to have a way to display complex numbers in polar form directly (strange! I hadn't noticed this before). However, in the catalogue there is a function "polar_coordinates" which takes a complex number as argument and returns a vector containing modulus and argument. doing this with the number given by csolve correctly reproduces the solution that you give.

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 08:59 AM



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