Hum. I'd still recommend dowloading Geogebra though. It's a handy tool. Of course, I don't know if it's better than mathlab or not, but it seems like it...Bigfootmech said:Unfortunately I have to do matlab for my uni course so I'm stuck with itJonluw said:What is that stuff? Plotting in all that looks extremely tiresome. May I recommend Geogebra [http://www.geogebra.org/cms/en]?Bigfootmech said:For those of you who have matlab, here's the (surprisingly short) script if you want it.%x = your age, l = age of partner min, u = age of partner max
x = 0.01:0.01:100;
l = x/2+6;
u = (x-6)*2;
ur = (x-7)*2;
lr = x/2+7;
plot(x,u,'-b',x,l,'-b',x,lr,'-r',x,ur,'-r')
set(gca,'XTick',[0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100])
set(gca,'YTick',[0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190])
Personally, I think having rules for whom you can date and not is unnecessary. Intuition would be better I say. Take it on a case by case basis.![]()
Edit: There's even an in-browser version of it available on the homepage. Just click the first image.

Note that I'm using the Norwegian version, so the text won't make much sense to you.