Post Reply 
Complex numbers calculation
07-09-2015, 12:31 AM
Post: #3
RE: Complex numbers calculation
The variables you're using in your formula (W, C, R, L) are predefined global variables with a default value of 0, this is why you get 0 in both cases as the result is evaluated to 0.

You can get a symbolic form in CAS mode if you use variables that are not defined, for example with lower case names:

   

the same way you cannot store a symbolic formula in Z1 which is predefined as a complex numeric variable, but you can store it in z1.

       


Note: you don't need to take a picture of the screen of your Prime, you can get a screen shot from the connectivity kit with a right click on your Prime name in the left window, or directly from the virtual calc in the Edit menu.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Complex numbers calculation - Bill_G - 07-08-2015, 11:00 PM
RE: Complex numbers calculation - Didier Lachieze - 07-09-2015 12:31 AM



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