help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: two quadratic eq, please help


From: Paul Kienzle
Subject: Re: two quadratic eq, please help
Date: Sun, 6 Feb 2005 20:44:48 -0500

These are circles which admit an infinity of solutions.

For a circle of radius r located at (a,b) use the following equation:

        (x-a)^2 + (y-b)^2 = r^2

You can generate solution pairs by x=r cos(theta), y=r sin(theta)

- Paul

On Feb 6, 2005, at 3:25 AM, shih lin wrote:

dear octave and math programmers:

  highly appreciate anyone can tell me how (or hint) to use octave 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 math&programer's help,
 eric, address@hidden




------------------------------------------------------------
http://Game.37.com/  <--- Free Games
http://newJoke.com/   <---  J O K E S  ! ! !



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]