Passing boolean parameters to a .NET Method using NETLink
ParametricPlot3D Self Intersection
Faster solution to combinatorial problem of two-part contractions
Passing boolean parameters to a .NET Method using NETLink According to the NETLink documentation, NETLink automatically handles type conversions from Mathematica to a .NET dll. One of the issues I have is that the .NET method I want to use expects a Boolean ...
- asked by user39464 1vote ParametricPlot3D Self Intersection http://mathematica.stackexchange.com/questions/130460/parametricplot3d-self-intersection
I would like to know where my ParametricPlot3D intersects itself and to extract all intersections (points, lines, surfaces...) to animate them by changing P: ParametricPlot3D[{fX[u,v,P], fY[u,v,P], ...
- asked by chkone 3votes Faster solution to combinatorial problem of two-part contractions
Given a list of elements I need all possible pairings of elements with a leading factor that describes the number of permutations. A (ugly but) working version would be: list = {a, b, c, d}; res = ...
- asked by pbx 2votes —