1 страниц (14 вхождений)
Operation of vector elements - assign values to vector elements with for loop? - Сообщения
Is it possible to assign specific values to specific elements and take the absolute value of other specific elements of a large vector with say 400 elements? I have tried for loops and if structure to no avail. I assume I just still don't understand the syntax in SMath.
Thanks for your help.
What if I don’t know the positions that need changing ahead of time? In my vector of about 400 elements, some values are negative. I would like to change only those values to about 10^-10 or take their absolute value and leave all the other elements of the vector unchanged because I plan to plot the vector on a log-log plot.
This is quite easy to do in Mathcad, but it seems SMath doesn’t have the same capability. When I try to test on a value of an element using SMath’s if statement to see if that vector element needs changing I get syntax errors in SMath.
I was hoping to use something like this, but it doesn’t work.
k := [1...length(I)]
A[k := if I[k<= 0
10^-10
else
I[k
Where I is the vector of about 400 elements
Forgive the [ since the forum doesn’t allow subcripts or less than or equal. I am on my iPad now and the forum also does not allow uploading jpg from my photos.
What if I don’t know the positions that need changing ahead of time? In my vector of about 400 elements, some values are negative. I would like to change only those values to about 10^-10 or take their absolute value and leave all the other elements of the vector unchanged because I plan to plot the vector on a log-log plot.
This is quite easy to do in Mathcad, but it seems SMath doesn’t have the same capability. When I try to test on a value of an element using SMath’s if statement to see if that vector element needs changing I get syntax errors in SMath.
I was hoping to use something like this, but it doesn’t work.
k := [1...length(I)]
A[k := if I[k<= 0
10^-10
else
I[k
Where I is the vector of about 400 elements
Forgive the [ since the forum doesn’t allow subcripts or less than or equal. I am on my iPad now and the forum also does not allow uploading jpg from my photos.
Thanks much. I thought I tried that in using a program line, but I guess I had some typo.
Thanks again!
Thanks again!

I tried to click on thank for you, but I got an error. Perhaps the forum doesn’t like iPads.
Again I really appreciate your help.
Again I really appreciate your help.
Hi. The method in your picture, using range vectors, fails because 'if' have an special evaluation method, For instance, the true or false parts are evaluated only if the condition results in true or false, respectively.
This method is a workaround, but isn't very efficient.
vector.sm (7 КиБ) скачан 149 раз(а).

Best regards.
Alvaro.
This method is a workaround, but isn't very efficient.
vector.sm (7 КиБ) скачан 149 раз(а).

Best regards.
Alvaro.
1 пользователям понравился этот пост
frapuano 08.03.2019 05:05:00
Interesting; thanks for that also.
WroteIs it possible to assign specific values to specific elements
The attached is not exactly what you are looking for,
suggestive of Bolean Find-Replace in matrix.
Your 400 long vector is not easy to inspect, you can Pack in matrix,
probably Find-Replace in that more visible Packed matrix, then
Unwrap the processed matrix back in vector.
IMHO, it does not make much sense to |absolute| a vector.
Does it mean the vector-creator is under-designed ?
Matrices-Vectors ... what you do in Mathcad, Smath does.
Easy to select-collect position of elements in vector,
then replace those selected elements by new values.
You seem to have several demands to the "Cat in the hat Fairy",
Maybe she has all and +++
Cheers ... Jean
Utilities Matrix Find_Replace.sm (21 КиБ) скачан 149 раз(а).
WroteIs it possible to assign specific values to specific elements
... more matrix utilities
Utilities Matrix Treasury_1.sm (394 КиБ) скачан 167 раз(а).
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
3 пользователям понравился этот пост
... more stuff,
Easy to replace part of a vector or of a specified matrix-col
by a user vector at specified position.
Utilities Matrix Replace_in_Vector.sm (20 КиБ) скачан 198 раз(а).
Easy to replace part of a vector or of a specified matrix-col
by a user vector at specified position.
Utilities Matrix Replace_in_Vector.sm (20 КиБ) скачан 198 раз(а).
WroteIn my vector of about 400 elements, some values are negative.I would like to change only those values to about 10^-10 or take their absolute value and leave all the other elements of the vector unchanged because I plan to plot the vector on a log-log plot.
Reg: that's what we need the 400 long vector.
Supplementary instructions/abstract guidance too.
1 страниц (14 вхождений)
-
Новые сообщения
-
Нет новых сообщений