| Thread | Last Post | Replies |
|
| A simple error | 31 Jul 2009 10:59 GMT | 4 |
I have faced a awkward situation in Mathematica. I want to sum the following simple equations: DTEP12 = 0.11 (80000 - 12000 P + 800000 (1 - R)) + 0.11 (40000 - 12000 P + 1000000 (1 - R)) + 0.28 (-12000 P + 1200000 (1 - R))
|
| Re: The audience for Mathematica | 31 Jul 2009 10:58 GMT | 2 |
Dear Community, This question seems to be an important one, if to judge by the number of comments. I would like to look at this problem from a little bit different perspective. I belong to the group #3 according to AES classification cited below. And as such, I see great
|
| Mathematica Animations by High School Students | 31 Jul 2009 10:55 GMT | 4 |
You might enjoy looking at some Mathematica animations created by a group of 30 very bright high school students at the Vermont Governor's Institute in Mathematical Sciences about a month ago. (I meant to post the link here sooner, but am just now getting around to it.)
|
| Creating a Mandala | 31 Jul 2009 10:54 GMT | 3 |
I've attempted to convert a Decimal BASIC 7 program to Mathematica 7, but can't get the graphics to work as expected. Can anyone help? The source and my conversion code follows: <--- Decimal BASIC source --->
|
| Integration Problem | 30 Jul 2009 10:34 GMT | 6 |
Hello, everyone. I'm having a problem integrating to find an arc length. I have two parametric equations: x=e^(2t)
|
| If this isn't a bug . . . | 30 Jul 2009 10:33 GMT | 1 |
If this isn't a bug, sure seems like it should be! In[247]:= Do[y=2; y=3, {1}] In[248]:= % Out[248]= 3
|
| ReplacePart except first element? | 30 Jul 2009 10:33 GMT | 2 |
I was trying to modify a list by adding 1 to a certain element. I can't understand the following result: h[x_List, a_Integer] := ReplacePart[x, a -> x[[a]] + 1] h[{1, 2, 3}, 2] gives {,3,3} (what happened to the first element?) but
|
| Fast way to Rotate a bitmap in Mathematica 6.0 | 30 Jul 2009 10:32 GMT | 1 |
i import a bitmap with 500x500 points with: Import["filename.bmp","Data"] With ArrayPlot i can take a look at the image: ArrayPlot[%]
|
| Re: Thoughts on a Wolfram|Alpha | 30 Jul 2009 10:30 GMT | 1 |
> I am sure all, or most of us, support Stephen's grander goals (NKS, Alpha, and > the proof engine) Sorry, but I don't. Mathematica for me is just a tool among other similar tools. It's an environment for technical computing with another arbitrary
|
| Prony method for resonator loss calculations | 30 Jul 2009 10:30 GMT | 1 |
I am trying to compose a Mathematica notebook to implement the Prony method as described by Siegman and Miller ("Unstable Optical Resonator Loss Calculations Using the Prony Method." Applied Optics 9:2729-2736 (1970)).
|
| space for NonCommutativeMultiply | 30 Jul 2009 10:29 GMT | 2 |
Can be changed meaning of input <space> for infix NonCommutativeMultiply instead of infix Times?
|
| Problem in plotting Bifurcation Diagram (ListPlot with Complex | 29 Jul 2009 10:56 GMT | 1 |
I have following piece of code: -------------------------------------------------------------------------------------------------------- In[1]:=BifurcationDiagram[f_, {r_, rmin_, rmax_, rstep_}, {x_, x0_}, start_,
|
| mimic InterpolatingFunction et. al. formatting | 29 Jul 2009 10:55 GMT | 3 |
When one uses Interpolation[], one gets in return an InterpolatingFunction object which typically formats in the front end as something like InterpolatingFunction[{{0.,1.}},<>] How does it achieve the "<>" standing for all the massive amounts of internal data? I'd like to do ...
|
| How to group the graph | 29 Jul 2009 10:06 GMT | 2 |
Hello, everyone. I would like to group the graph like the command "subplot" in another system, but I didn't notice any similar function to implement it. For example, Plot[{Sin[x]}, {x, 0, 2 Pi}]
|
| How do you take apart a sequence? | 29 Jul 2009 10:06 GMT | 3 |
In[75]:= b[3, 5, 7][[1]] Out[75]= 3 In[77]:= Sequence[3, 5][[1]]
|