Post Reply 
Solving simultaneous equations involving complex numbers
01-15-2015, 03:52 AM (This post was last modified: 01-15-2015 03:54 AM by Helge Gabert.)
Post: #8
RE: Solving simultaneous equations involving complex numbers
In two dimensions:

fsolve([eq1, eq2],[var1, var2],[startvalue_for_var1, startvalue_for_var2])

eq1 could be x^y-y^2=9, var1 would be x, var2 would then be y, startvalue_for_var1 could be 0.1.

eq2 could be . . . you choose.

Just add more equations, variables, starting values for higher dimensions.

Starting values are important, because generally, your solution will not be unique.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Solving simultaneous equations involving complex numbers - Helge Gabert - 01-15-2015 03:52 AM



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