I want to repeat a function n times on a table, For n=2 I have the following code, How can I be sure that the function had run twice since my fc is differend every time?
If you have been using Mathematica for a while you probably have grown attached to the documentation center. There is always something new that you find in those pages. Let it be options for a functio
I have N eigenvalues in column vector form. Thus there are N开发者_StackOverflow中文版 eigenvectors corresponding to these eigenvalues, forming an eigenvector matrix.
I am wondering if anyone can help me to plot the Cantor dust on the plane in Mathematica. This is linked to the Cantor set.
I have a Mathematica Notebook with Plot\'s, Images, Tables and text that I would like to present in a file. I\'ve tried to append >>> all the stuff in a nb or m put that leads to nothing (the
In the book Modelling Cellular automata Simulations with mathematica , the author is using the following code to simulate cellular automata in a two dimensional lattice,
Old habits die hard, and I realise that I have been using opts___Rule pattern-matching and constructs like thisoption /. {opts} /. Options[myfunction] in the very large package that I\'m currently dev
How can I write the code in mathematica to see the result like this: As you see we have the complex function w=f(z), where z=x+iy and w=u+iv.
With Mathematica 7 and 8 we have discovered that Mathematica fails to properly Save and Get the result of a fitting routine.I am hoping someone here knows: What is the best practice workaround for thi
I have the followin开发者_如何学Pythong Nested table (myinputmatrix = Table[Nest[function, myinputmatrix[[i]][[j]],