Maple V | Scientific Notebook |
UserInputmultiply(A,B) | AB 6pt |
UserInputinverse(matrix(2,2,[1,2,3,4]) |
![]() ![]() ![]() |
UserInputtranspose(matrix(2,2,[1,2,3,4]) |
![]() ![]() ![]() |
UserInputmap(x -> x mod 17,A) |
A![]() |
UserInputhtranspose(matrix(2,2,[1,I+1,-I,2]) |
![]() ![]() ![]() |
UserInputmultiply(A,inverse(B)) | AB-1 6pt 12pt |
UserInputmap(x -> x mod 17,inverse(A)) |
A-1![]() |
UserInputlinalg[norm(x,n)] |
![]() ![]() |
UserInputli
nalg[norm(x,frobenius)] |
![]() ![]() |
UserInputli
nalg[norm(x,infinity)] |
![]() ![]() |