Re: 2 variables in 2 quadratic equations in excel
From: Dana DeLouis (delouis_at_bellsouth.net)
Date: 02/06/05
- Next message: L. Howard Kittle: "Re: have cell display the word balance when a equals the same amount a"
- Previous message: StargateFan: "Re: Custom format a text cell with square brackets: [ ] ?"
- In reply to: fsshl_at_centurytel.net: "2 variables in 2 quadratic equations in excel"
- Next in thread: Dana DeLouis: "Re: 2 variables in 2 quadratic equations in excel"
- Reply: Dana DeLouis: "Re: 2 variables in 2 quadratic equations in excel"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 6 Feb 2005 10:55:34 -0500
> and/or ...octave(emulate matlab) to solve:
I don't have matlab, but I would assume there is a Solve command similar to
the following.
Are you looking for a more general form of the equation in order to solve
other equations with different variables?
equ =
{
(12-x)^2 + y^2==15^2,
(16+y)^2 + x^2==25^2
};
Solve[equ]
{x -> 0, y -> 9},
{x -> 24, y -> -9}
HTH
-- Dana DeLouis Win XP & Office 2003 <fsshl@centurytel.net> wrote in message news:1107681393.070670.213660@c13g2000cwb.googlegroups.com... > Dear ms excel user/programmers: > > I hope this question is not repeated before. But anyway > > highly appreciate anyone can tell me how (or hint) to use ms excell > and/or visual c/c++, basic, or octave(emulate matlab) to solve: > (12-x)^2 + y^2 =15^2, > (16+y)^2+x^2=25^2 > > (by programming or using its built in function)? > > that ^2 mean square. > > looking to any excel user, mathmatician, and/or programmer's help, > eric, fsshl@yahoo.com >
- Next message: L. Howard Kittle: "Re: have cell display the word balance when a equals the same amount a"
- Previous message: StargateFan: "Re: Custom format a text cell with square brackets: [ ] ?"
- In reply to: fsshl_at_centurytel.net: "2 variables in 2 quadratic equations in excel"
- Next in thread: Dana DeLouis: "Re: 2 variables in 2 quadratic equations in excel"
- Reply: Dana DeLouis: "Re: 2 variables in 2 quadratic equations in excel"
- Messages sorted by: [ date ] [ thread ]