Introduction
MATLAB is an incredibly powerful piece of software that is used by students and researchers in a wide variety of disciplines. If you have some maths to do then MATLAB can probably help you out - curve fitting, statistics, plotting, signal processing, optimization, linear algebra, symbolic calculus - the list just goes on and on. There is one big problem though - much of this stuff doesn’t actually come with the basic install of MATLAB.
Let’s say that you are a new academic researcher and you have just purchased a copy of MATLAB at a cost of several hundred pounds. At first it seems that it can do everything that you require and so you are happy. One day though, you find yourself needing to find the minimum of a constrained nonlinear multivariable function. After a bit of searching you realise that the function you need is called fmincon but, when you try to use it, you discover that it is part of an add-on called the Optimization Toolbox whic...
Content suppressed by ://URLFAN, for full article visit source
Demonstrations for Pi DayFrom: walkingrandomly.com
Post Date: 2008-03-07 03:57:04
Next Friday will be March 14th which is celebrated by some as Pi Day since the date is 3/14 in American date format and the first three digits of Pi are 3.14 (as if I have to tell you!). One or two people have been looking for inspiration as to what to do for Pi Day in schools and I thought that it would be fun to write a Wolfram Demonstration especially for Pi Day, after all, my Valentine’s day demonstrations turned out to be quite popular .
So the question that rem...
more What’s new in Mathematica 6.0.2?From: walkingrandomly.com
Post Date: 2008-03-12 09:07:34
I have been playing with the new release of Mathematica for a little while now and thought that I would share what I have found. Now, as indicated by the small increment in version number, this is a minor release and so we should not be expecting anything earth shattering. The sort of things that one expects in a minor release like this include things such as bug-fixes, small performance enhancements, documentation upgrades etc. So…let’s see what he have got.
First on the list...
more Mathematica 6.0.2 installation on UbuntuFrom: walkingrandomly.com
Post Date: 2008-03-10 07:13:11
Mathematica 6.0.2 was released back on February 25th but I have only just managed to find the time to install it. I tried to install it on a brand new Dell 755 with a very fresh install of Ubuntu but near the end of the install procedure I came across the following error
“The installer was unable to check for a valid password file. Your Mathematica installation may be incomplete or corrupted.”
I had not been given the opportunity to supply it with any licensing information s...
more My Recipie for a Mathematica Easter EggFrom: walkingrandomly.com
Post Date: 2008-03-14 11:02:25
1.Take one dare from Kathryn Cramer and obtain a picture from her website.
2. Steal ideas from this demonstration by Jeff Bryant.
3. Type the following incantations into Mathematica
SetDirectory[”/home/mike/Desktop/random”];
image = Import[”kramer.jpg”];
xpos[x_] := Floor[x/N[2/374.] + 377/2.]
ypos[x_] := Floor[x/N[2/499.] + 502/2.]
imcol[x_, y_] := image[[1]][[1]][[xpos[x]]][[ypos[y]]]/256.;
a = 1; b = 0.9; c = 1;
Plot3D[{Sqrt[ c^2*(1 - (x^2/a^...
more