Scilab Function
Last update : 1/11/2005

ponci - Points on Circle

Calling Sequence

[mp,r] = ponci(puks)

Parameters

Description

This function determines the circle, which is specified by three points. Quite old geometric problem, which is used e. g. by the function nextdrei.

The strength of this function is, that it is based upon a linear equation system.

Examples

p=[1,1;4,3;-2,2]
[mp,r]=ponci(p)
// end of example "ponci"

See Also

ponbowl ,   nextdrei ,  

Authors

Dr. Andreas Geissler geisslea@web.de