User Portlet User Portlet

Discussions
It is easy way to include Mathematica code in Latex. Sincerely, I thank you for your help.
I have read since Version 10.0 (released in 2014), Splice has been superseded by FileTemplate. [Splice Doumentation][1]. I used splice to create C-functions in easy way by calling Mathematica functions. I have taken the next example from [CForm...
I have development my own NDSolve function in C language: void MyNDSolve ( void odefun (), double *u, double xmin, double xmax) { ........... } where Odefun is name of a function coded in C. I want to be call it from...
David, I have tested the general approach you have explained above but it does not work. I think that it is a problem with Mathematica. Sincerely, I thank you for your help.
I have one doubt about packages. I have implement two packages where package1 call a function which is defined in package2. Is correct the next implementation? I have errors. BeginPackage[["Package1"] myfunction::usage=""; Begin["Private"]; ...
I send you my values again. I think it is better to probe with the same "InputForm" values, Hamerdif = {-7.75205766163486*^-17, -5.629097590588154*^-17, -7.30880056733321*^-18, 8.376594318634389*^-17, 7.959982479649063*^-18,...
Hi, I produce the graphics using "Export" command as pdf format and I use "\includegraphics" to put the file in my LATEX's document. funs = {Sin[x], Normal[Sin[x] + O[x]^8]}; g = Plot[Evaluate[funs], {x, 0, 2 Pi}, AxesLabel -> {"x",...