-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
Imported from SourceForge on 2024-07-09 19:42:11
Created by luca010 on 2021-10-15 15:49:39
Original: https://sourceforge.net/p/maxima/bugs/3878
A:matrix(
[1/sqrt(2),-1/(3sqrt(2)),2/3],
[1/sqrt(2),1/(3sqrt(2)),-2/3],
[0,4/(3*sqrt(2)),1/3]
);
B:invert(A);
I got:
matrix(
[(2^(5/2)/9+1/(9sqrt(2)))/((2^(5/2)/9+1/(9sqrt(2)))/sqrt(2)+1/2), (2^(5/2)/9+1/(9sqrt(2)))/((2^(5/2)/9+1/(9sqrt(2)))/sqrt(2)+1/2), 0],
[-1/(3sqrt(2)((2^(5/2)/9+1/(9sqrt(2)))/sqrt(2)+1/2)), 1/(3sqrt(2)((2^(5/2)/9+1/(9sqrt(2)))/sqrt(2)+1/2)), 2^(3/2)/(3*((2^(5/2)/9+1/(9sqrt(2)))/sqrt(2)+1/2))],
[2/(3((2^(5/2)/9+1/(9sqrt(2)))/sqrt(2)+1/2)), -2/(3((2^(5/2)/9+1/(9sqrt(2)))/sqrt(2)+1/2)), 1/(3((2^(5/2)/9+1/(9*sqrt(2)))/sqrt(2)+1/2))]
)
That' wrong!
Attachments: