--
I have some 3D parametric equations that I plot in matlab/octave and would like to find out where they intersect. Can I go about doing this in formulize? Please note this is just a simple example I plan on having multiple parametric equations that will intersect.
Example matlab/octave code below:
clear all, clf t = 0:pi/60:2.45*pi; plot3 ((t).*cos(t), (t).*sin(t), (t),'b*'); hold on plot3 ((t).*sin((t)), (t).*cos((t)), (t),'r');Here's an image with the arrows pointing to the intersecting points
You received this message because you are subscribed to the Google Groups "Eureqa Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eureqa-group...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.