Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Good morning community.
I am new to using this program, the question I have is how to generate a matrix from the combination of results of 02 functions, I attach the question file. I would like to thank someone who can clear up my doubts. The version is PTC Mathcad Prime 6.0.0.
Thanks in advance..
Translated by the Community Moderation using Google Translate
Buen día comunidad.
Soy nuevo en el uso de este programa, la duda que tengo, es como generar una matriz a partir de la combinación de resultados de 02 funciones, adjunto el archivo de la pregunta. Leía agradecer que alguien pueda absolver mis dudas. la versión es PTC Mathcad Prime 6.0.0.
Gracias de antemano.
Solved! Go to Solution.
I would prefer to set up the initial functions like Q1 to work OK just for scalar arguments just as he did and then call that function vectorized with a vector as argument.
Like
Prime 9 file attached
I would suggest closing a thread before opening a new one. -> Encontrar valor en columna en una matriz
BTW, x in your sheet is a RANGE, not a VECTOR. Thats the reason for the augment function failing.
Unfortunately ranges and vectors look the very same in Prime, but they are completely different things. A range is kind of an implicit loop, not a collection of values.
In the past Stuart Bruff explained in details the differences. The work was done for and in an older Mathcad version, but the information still applies. His work is also attached as a pdf here Understanding Ranges, Sequences, & Vectors
Add = and ->.
I would prefer to set up the initial functions like Q1 to work OK just for scalar arguments just as he did and then call that function vectorized with a vector as argument.
Like
Prime 9 file attached