1 страниц (5 вхождений)
What's wrong with the "norme" function? - norme function gives strange error message and won't work - Сообщения
I've tried using the "norme" function -- the function that calculates the Euclidean norm of a vector (or matrix) -- and can't get it to work. For example, when I try:
s:mat(1,2,3,4,5,5,1)
norme(s)=
It won't calculate the Euclidean norm. Instead I get this strange message:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Not a big deal, since you can define your own "norme" function, e.g.,
NormE(F):line(nn:length(F),sqrt(sum((el(F,k)^2),k,1,nn)),2,1)
but, if it's listed in the "function" collection, it'd be nice to have it working properly.
September 1st, 2012
s:mat(1,2,3,4,5,5,1)
norme(s)=
It won't calculate the Euclidean norm. Instead I get this strange message:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Not a big deal, since you can define your own "norme" function, e.g.,
NormE(F):line(nn:length(F),sqrt(sum((el(F,k)^2),k,1,nn)),2,1)
but, if it's listed in the "function" collection, it'd be nice to have it working properly.
September 1st, 2012
325 сообщений из 2 052 понравились и 1 не понравились пользователям.
Группа: Moderator
That is strange...
The norme() does not work on the laptop with Win7 "error: Atempted to read or write protected memory..." - but it does works at the desktop with WinXP.
[MATH=eng]s:mat(1,2,3,4,5,5,1)[/MATH]
[MATH=eng]norme(s)=7.4162[/MATH]
[LIVE width=248 height=98]http://smath.info/live/?file=3913[/LIVE]
Regards,
Radovan

The norme() does not work on the laptop with Win7 "error: Atempted to read or write protected memory..." - but it does works at the desktop with WinXP.
[MATH=eng]s:mat(1,2,3,4,5,5,1)[/MATH]
[MATH=eng]norme(s)=7.4162[/MATH]
[LIVE width=248 height=98]http://smath.info/live/?file=3913[/LIVE]
Regards,
Radovan

When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
same error with Win7 desktop.
sergio
sergio
Good, I'll disable the customFunctions workaround
regards,
w3b5urf3r




regards,
w3b5urf3r
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 страниц (5 вхождений)
-
Новые сообщения
-
Нет новых сообщений