130 Reputation

2 Badges

5 years, 79 days

MaplePrimes Activity


These are questions asked by

Hi everyone!

I'm double checking a result from maple.  When I substitute maple's solution into the differential equation, left side does no equal right side.  Does anyone have some insight into this?

thanks

the maple file is below

is_this_correct.mw

Hi! 

I want to create a matrix of variables, and another matrix of variables that are different from the first matrix.

The idea is to generate a matrix of equations, then reshape the matrix into an array of functions, and then enter the array into "solve" to solve the system of equations.  

I was able to do this in a different software package, and I was able to do it.

Basically, (matrix a - matrix b - identity matrix).  Then, "equate" this matrix to a matrix of zeros to generate the right hand side.

Can this be done in maple? How would one do this?

Hi everyone!

I am trying to count the number of operations (addition, subtraction, multiplication, division) in object "A".  I have donea lot of searching around, but haven't been able to find out how to do this.  Some help would be appreciated!

Count_the_number_of_operations_in_A.mw

Hi everyone!

I am trying to build a matrix using for loops.  I have been unable to construct a matrix using one "double" for loop using variables i and j.

Instead, I have 5 "single" for loops.  Could someone show me how to do this using a "double" loop over i and j (rows and colums)?

Thanks so much!

How_to_do_this_using_one_double_loop.mw

Hi,

When I enter this command into maple and press enter, nothing is produced.  That's the "first" problem.  However, what I am trying to do is to figure out how many calculations (multipication, addition, subtraction, division) are performed for each variable that "solve" is designed to solve.  Basically, how many math operations are performed when calculating A?

Thanks for your help!

Count_operations.mw

1 2 3 4 5 Page 1 of 5