User Portlet User Portlet

Discussions
Hi, I have a huge number of equation systems like this: Abs[Mod[-P1 - P2, 360] - Mod[P3, 360]] + Abs[Mod[P1 + P2, 360] - Mod[P3, 360]] == 0, Abs[Mod[P1 - P2, 360] - Mod[P3, 360]] + Abs[Mod[-P1 + P2, 360] - Mod[P3,...
Hi, thank you for your help. I played a bit around and found a very suitable solution. The Adams method works very well for this problem. Additionally there was a sampling problem with the Plot3D which I solved with the MaxRecursion->6 option. I...