Isaac Newton

36 Reputation

2 Badges

18 years, 282 days

MaplePrimes Activity


These are replies submitted by Isaac Newton

Sry this isn't correct. it would have to be: > restart; > assume(z, complex); > sol := solve(3*Im(z)^2-1 <= -abs(conjugate(z))^2, z); And this doesn't print anything! Your mistake was that it should have been Im(z)^2 and not (z)^2. And this is solvable as it turned out by doing it on my own.
Sry this isn't correct. it would have to be: > restart; > assume(z, complex); > sol := solve(3*Im(z)^2-1 <= -abs(conjugate(z))^2, z); And this doesn't print anything! Your mistake was that it should have been Im(z)^2 and not (z)^2. And this is solvable as it turned out by doing it on my own.
Page 1 of 1