Edge

12 Reputation

2 Badges

14 years, 364 days

MaplePrimes Activity


These are questions asked by Edge

Hello everybody!
 

I have a problem that's cracking my skull for the past few days and i can't seem to find an answer.
I have three equations with three variables, wich i have to solve.

> f1 := (x, y, l) -> x*z-l*x+2*z*l;

> f2 := (x, y, l) -> x^2+4*l*x;

> f3 := (x, y, l) -> -x^2+4*x*z-12;

Page 1 of 1