1 Pages (4 items)
trace() function broken - Messages
#1 Posted: 7/3/2012 3:22:52 AM
Hi,
I get the following with build 4559
[MATH lang=eng]trace(mat(1,3,2,4,2,2))=1@#[/MATH]
I need the trace function to fake the also broken norme() function using
[MATH lang=eng]M:mat(1,2,3,4,2,2)@#[/MATH]
[MATH]norm_e(M):sqrt(trace(transpose(M)*M))[/MATH]
Best regards, Martin Kraska
I get the following with build 4559
[MATH lang=eng]trace(mat(1,3,2,4,2,2))=1@#[/MATH]
I need the trace function to fake the also broken norme() function using
[MATH lang=eng]M:mat(1,2,3,4,2,2)@#[/MATH]
[MATH]norm_e(M):sqrt(trace(transpose(M)*M))[/MATH]
Best regards, Martin Kraska
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#2 Posted: 7/3/2012 4:18:12 AM
Hmm, what results do you expect?
#3 Posted: 7/3/2012 5:00:09 AM
Hello,
BTW., trace() is reserved function for debugging purpose - trace evaluations through Output window - see trace()
Regards,
Radovan
Wrote
I get the following with build 4559
[MATH lang=eng]trace(mat(1,3,2,4,2,2))=1@#[/MATH]
BTW., trace() is reserved function for debugging purpose - trace evaluations through Output window - see trace()
Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#4 Posted: 7/3/2012 1:58:26 PM
Hi,
ok, that is just my fault, I expected trace to be the trace of a matrix, i.e. the sum of the diagonal elements. In fact, I have to use tr(), than everything works as expected:
[MATH lang=eng]M=mat(1,2,3,4,2,2)@#[/MATH]
[MATH lang=eng]sqrt(tr(transpose(M)*M))=sqrt(30)@#[/MATH]
Thanks for the hints!
Best regards, Martin Kraska
ok, that is just my fault, I expected trace to be the trace of a matrix, i.e. the sum of the diagonal elements. In fact, I have to use tr(), than everything works as expected:
[MATH lang=eng]M=mat(1,2,3,4,2,2)@#[/MATH]
[MATH lang=eng]sqrt(tr(transpose(M)*M))=sqrt(30)@#[/MATH]
Thanks for the hints!
Best regards, Martin Kraska
WroteHello,
Wrote
I get the following with build 4559
[MATH lang=eng]trace(mat(1,3,2,4,2,2))=1@#[/MATH]
BTW., trace() is reserved function for debugging purpose - trace evaluations through Output window - see trace()
Regards,
Radovan
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 Pages (4 items)
-
New Posts
-
No New Posts