For example:
d:=2
a(x):=x^2
i:=1..a(d)
k_i:=d/2
k_i=
1
1
1
1
This is ok in mathcad, but if I want k and i depending on d it is not possible.
a(x):=x^2
i(d):=1..a(d) this is not allowed
k(d)_i(d):=0.5d and so is this also not ok.
Maybe I could live with this version...
Well, I have done it with program and it works fine. At the moment I get the position and the value of the peak in a field. Now the next problem comes up.. I want the hole function depending on parameter. The amount of peaks, the value and the position would depend on this parameter.
But...
Well, I´m trying to calculate the modevolume of a resonator with etalons. For this I´m using a matrices model. I´m quite sure that this model is right, but I have some ploblems to understand the results.
Usually if you don´t have etalons between the mirrors you can say the wavelength has to fit...
Well, I have a complicate function with some very sharp and steep peaks. The only interesting thing is the value right at the top of the peaks. If I set the steps of calculation to big, maybe I get one value of the peak but at the next step the calculation is allready behind the peak. Mathcad is...
Well, as more points as better is the calculation. At the moment I think mathcad allows abaut 300000-500000 points but I want to go 2 till 4 times higher.
I want to calculate a graph in very small stepps. It seems it is to much for mathcad because I allways get the error that it is not possible to plot so many points. Is there anywhere a way to change the amount of possible points?
Cheers