is there a way to plot a complex relation?
|
02-08-2019, 12:57 AM
Post: #1
|
|||
|
|||
is there a way to plot a complex relation?
im trying to plot this relation:
Re(−3 + 3 i + conj(z) ) = Im(−4 + 4 i + conj(z) ) z = x+y*i i've been searching for hours how to plot this so as my last resort I came to this forum. |
|||
02-08-2019, 07:26 PM
Post: #2
|
|||
|
|||
RE: is there a way to plot a complex relation?
XCas 1.4.9-57(win32): config = exact real RAD 12 XCas
z := x + y*i solve(re(-3 + 3*i + conj(z)) = im(-4 + 4*i + conj(z)), y) ==> [-x + 7] plot(-x + 7) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: