mrask

-6 Reputation

2 Badges

15 years, 43 days

MaplePrimes Activity


These are questions asked by mrask

Hi

I'm working with some rather complicated functions in Maple. They are elements in matrices, and I need to perform mattrix operations on them, as well as integrations. When I try this with my complete functions, Maple locks up. Therefore I am trying to make approximations to some of the functions. The example below shows an example, where the complicated function (green) is denoted theta24. I comvert it to a 5th degree polynomial (red). But the approximation only...

This is my code:

> F := a*c;
                              a c
> K := (a*c)^2;
                             a^2  c^2
> simplify(%);
    ...

Hello

I have a matrix consisting of 4 variables. I want to define the values of these. Example:

A:=Matrix(2,2,[a,b,c,d]);

I am looking for an easy way to put a=0, b=0, c=0 and d=0. If I just use

A:=Matrix(2,2,0);

the variables are replaced by zeros, and not assigned zeroes as values. I know I can do it manually (by a:=0 etc.). Is there an easier way?

Morten Rask

Hello

 

I want to create three matrices, multiply two of them, equate the result to the third, and extract the individual matrix element equations:

A:=Matrix(2,2,[1,2,3,4]);

B:=Matrix(2,2,[2,3,4,5]);
                      
C:=Matrix(2,2,[a,b,c,d]);

Page 1 of 1