SandorSzabo

607 Reputation

10 Badges

19 years, 286 days

MaplePrimes Activity


These are questions asked by SandorSzabo

I couldn't find a command for this. Is it possible that does not exist for this every day problem?

I want to print     an   is  in  S .

Here are what I tried.

I have a two-variable matrixfunction A(x,y) with entries Ai,j(x,y).
I want to use mtaylor for each entries and the result to store in a matrix B.
Is it possible to do using the map command?
If not, what methods do exist?
(Instead of typing mtaylor for each entires.)

Sandor

After typing

with(LinearAlgebra):
avector:=Vector(3,symbol=a):
bvector:=Vector(3,symbol=b):
'a x b'=CrossProduct(avector,bvector)

Maple writes out

1 2 3 4 5 6 7 Last Page 2 of 13