User Portlet
Discussions |
---|
Thanks Brett. I really appreciate the help. |
Thank you! |
No Preview Available |
Thanks both - I'm wondering whether my problems were just being careless on the double brackets. Also, I had a learning curve on how to alter the value of parameters passed into a function {using Hold}. Possibly the two apects together got me... |
[mcode]m = (0.6102*n) + 0.4263; \[CapitalOmega] = (0.8808*n^-0.9661) + 1.12; n = 2; X = 2^(2 R) - 1; R = 1; M = 4; \[Lambda] = RandomReal[1, {2, 4}]; f=Product[1-(Gamma[m,(m (((-1+4^R) Subscript[\[Lambda],1,i])/S)^(1/n))/\[CapitalOmega]] Gamma[m,(m... |
Robert Ryan, you can also oftentimes click directly on a result to use it as a new query, this can make it easier to chain queries together. |
Hi Michael, I looked a little bit into Your code and I think what You are trying to do is something like this example: [mcode]g[x_] := Exp[x] f1[x_] := x^2 f2[x_] := x^3 DynamicModule[{t = 1, f = f1, s = 0, boolvar = False}, Grid[{{SetterBar[ ... |
Try this: [mcode]a = -0.3;b=2; f[x_]:=a x + b; line=Plot[f[x],{x,0,5}, PlotStyle->{{Red,Thickness[0.015]}}, AxesLabel->{"x","f[x]"}]; points=Graphics[{Green,PointSize[0.15], Point[{1,4}],PointSize[0.18], Point[{3,1.4}],PointSize[0.17], Point[{4.2,... |
Thank you all for a very insightful discussion. I would answer earlier but was travelling to Saint Petersburg to the first [url=http://www.wolfram.com/events/technology-conference-ru/2013/]Russian Wolfram Technology Conference[/url]. I must... |
I have done this with a Macbook Air, so I can't comment on the retina display but I can comment on running a fairly heavy software stack on relatively low-end hardware (my MBA has only 2 Gb of RAM, for example). I run Mathematica on top of Windows 7... |