trace() function broken

trace() function broken - Сообщения

#1 Опубликовано: 03.07.2012 03:22:52
Martin Kraska

Martin Kraska

1222 сообщений из 2150 понравились пользователям.

Группа: Moderator

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
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#2 Опубликовано: 03.07.2012 04:18:12
kmihaylovich

kmihaylovich

8 сообщений из 131 понравились пользователям.

Группа: User

Hmm, what results do you expect?
#3 Опубликовано: 03.07.2012 05:00:09
Radovan Omorjan

Radovan Omorjan

325 сообщений из 2052 понравились пользователям.

Группа: Moderator

Hello,
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 Опубликовано: 03.07.2012 13:58:26
Martin Kraska

Martin Kraska

1222 сообщений из 2150 понравились пользователям.

Группа: Moderator

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

Wrote

Hello,

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
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений