Solved
Intersections Calculate 2 circles / Analysis / Math
- February 8, 2019
- 3 replies
- 14112 views
Hey,
I am from Germany and need some help. I am new with MathCad.
I want to calculate the insections of 2 cycles.
My Problems:
The plot of 2 variables in 1 diagram doesnt work. I tried it on the x-Axis with f(x,y) and on the y axis with x,y. No cycle is shown.
Then next problem is to subtract f(x,y) - g(x,y). Whats the Syntax? Can somebody tell me?
Is it possible to write a litte programm which calculates me the intersections or tell me the solution?
My program:
m11:=0
m12:=0
r1=8
m21:=7
m22:=8
r2:=3.25
f(x,y):=(x-m11)^2 + (y-m12)^2 - r1^2
g(x,y):=(x-m21)^2 + (y-m22)^2 - r2^2
h(x,y):=f(x,y)-g(x,y)
Thank you.
Greetings MM

