Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi All,
In the attached (MCP3) I am trying to define a matrix based on an existing one.
I have a series of matrixes with different index values. When I split each column to a single matrix this works but when I try to do the same for an element of a wider matrix it seems to not work. Is there a way of doing this with a snazzy programme or similar?
Andy
Solved! Go to Solution.
Its not clear to me what you are trying to do.
The way you have defined S is that S is a 1x1 matrix containing a 4x2 matrix. Was this done on purpose and why?
In which way should the program you demand "split" a matrix (or a nested matrix)?
What exactly would be the input, and what should be the output?
Thanks Fred. Basically I need to start programming more/ learn programming!
Is this a bug in Prime 3 which was fixed in P4?
When I open your sheet, I see superfluous units "m"
after recalculation its correct
I just noticed that too, how strange! When I called up S again the double units disappear?
wrote:
I just noticed that too, how strange! When I called up S again the double units disappear?
At least that was the case when I recalcuated the worksheet in Prime 4.
OK, here are some ways to do what you want. It helps to write a small function which changes the signs in the first column of a matrix and call this function multiple times.
Its less work using a range variable
and if you need the same procedure multiple times, it seems to be the best idea to create a function which handles a nested matrix the way you need it to be done
Are you trying to create a nested matrix?
Something like this?
If MJGs guess is correct, this could be the program you are asking for: