55 reputation
4
bio website
location
age
visits member for 6 months
seen Mar 29 at 22:23
stats profile views 8

Mar
29
comment How to plot a parametric region representing a coordinate transformation
I like Mathematica but when I need to make a publication quality plot I use asymptote. Asymptote integrates well with LaTeX.
Mar
21
revised Data structure for a list of actions
Added a Partial Solution
Mar
20
comment Data structure for a list of actions
For a 1D list here is another way of doing this: István Zachar
Mar
20
asked Data structure for a list of actions
Feb
23
accepted How do I make function A create and return function B?
Feb
23
comment How do I make function A create and return function B?
Thank you. I had originally tried something like this but I made the silly mistake of doing f3:=createFunction[3]. Note, improper usage of :=
Feb
23
awarded  Editor
Feb
23
revised How do I make function A create and return function B?
Added a simple example of my question.
Feb
23
comment How do I make function A create and return function B?
Yes the function MakeRegion does not have a return value but it does define the function region which is the function that I use for the numerical calculations. Here is a simple proof of concept example: Clear[example] example[a_] := ( Clear[fun]; fun[x_, y_] := Evaluate[x Total[RandomVariate[NormalDistribution[], a]] + y ]; );
Feb
23
asked How do I make function A create and return function B?
Nov
16
accepted Use output from Plot3D as an object in Graphics3D that I can transform
Nov
16
comment Use output from Plot3D as an object in Graphics3D that I can transform
Very nice. I tried something similar to this but I took the other parts of pic and tried to rebuild the Graphics3D[GraphisComplex[]] object. after rotating pic[[1]]. Thank you!
Nov
16
comment Use output from Plot3D as an object in Graphics3D that I can transform
Yes I realize there are options where I can change the orientation of my function in Plot3D or ParametricPlot3D etc or even use Epilog. But my full problem is I want to place surface functions inside a very complex Graphic3D "Drawing"
Nov
16
asked Use output from Plot3D as an object in Graphics3D that I can transform
Nov
5
awarded  Scholar
Nov
5
awarded  Supporter
Nov
5
accepted Export an image as a double precision TIFF
Nov
5
awarded  Student
Nov
4
asked Export an image as a double precision TIFF