Help with vectors & matrices or perhaps Loop?
Help with vectors & matrices or perhaps Loop?
(OP)
Hi, I'm quite new to MathCad and need some help. I have created a vector with values depending on a scalar. Now I want to do this calculation for a number o different values of that scalar and store the result.
How do I do this? Can I store them as columns in a vector perhaps, but how do I do?
In MatLab for example I could do a loop but I can't get more than one output from a program, right??
I attach a shorter version of the file. What I would like to do is to have the scalar fff as a vector [0 0.1 0.2 ...] or something similar.
Thanks for any help!!
How do I do this? Can I store them as columns in a vector perhaps, but how do I do?
In MatLab for example I could do a loop but I can't get more than one output from a program, right??
I attach a shorter version of the file. What I would like to do is to have the scalar fff as a vector [0 0.1 0.2 ...] or something similar.
Thanks for any help!!





RE: Help with vectors & matrices or perhaps Loop?
The output from your program can be a vector or a matrix. Maybe that will help. You could have a matrix where each column is the vector for a different value of your scalar variable.
RE: Help with vectors & matrices or perhaps Loop?
RE: Help with vectors & matrices or perhaps Loop?
RE: Help with vectors & matrices or perhaps Loop?