User Portlet
Discussions |
---|
I am interested in creating a vibrating sieving machine, ideally with SystemModeler. I have been searching for a relevant example or source-code but I still don't get used to it and I got stuck. Could I pick your brain? |
You could use Sphere: instead of point: Export["model.ma", % /. {Point[a_] :> Sphere[a, 0.1]}] but this could be a bit slow - check with a few points first. |
Rolf [Hi Rolf! How are things going?] is almost correct about `Encode`. `Encode` has the ability to encrypt the encoded file with a key which would then be required to read in the file using `Get`. `Encode` also can take an option that restricts... |
Hello, I was wondering if there is a way to save a loaded notebook as xml(MathML) using a command similar to NotebookSave which can be used to save a notebook as file with the ending ".nb". Kind Regards, Mathias Breuss |
Has anyone out there tried this revised installer with MacOS **10.6** ?? Technical Support has one report of difficulty and we don't know if that is 100% or 0.1% of the people who have tried it. |
Thanks everyone my only question is why do I have to put brackets around the 3x and x? |
Try a numerical solution with two initial conditions to accommodate the second order. In Mathematica I was able to solve as follows. Clear["Global`*"]; NDSolve[ {x''[t] + 9 x[t] - Sin[x[t]] == 0, (*Two initial conditions.*)x[0] ==... |
``What proportion of 39 year-old men have a wife and two children?'' |
Thanks for your answer!! Now the question is: Why has the plot function the attribute HoldAll??? Thanks again :) |
Thank you, David. I will fix my post. |