Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Solving equations
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Solving equations
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
SAMBA Server
Database:
Visual FoxPro
Divers
Thread ID:
01007520
Message ID:
01007520
Vues:
61
Given two points and a radius I need to find the center of a circle. Two different circles could exist. I know that I can solve this using...
   (x-a)^2 + (y-b)^2 = r^2
   (x-A)^2 + (y-B)^2 = r^2  
...where a,b and A,B are the two points and r is the radius. Then subtract one from the other. I can do this on paper but don't know how to do it with vfp.
Any tips?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform