Foot

5 Reputation

2 Badges

14 years, 267 days

MaplePrimes Activity


These are questions asked by Foot

Hey,

 

I have a set of Matrices of the form [a,b,c,d], now I since the standard = doesnt work with matrices, but I have to instead use verify I wanted to ask how I write a function that returns true or false depending on whether a new matrix is already contained in the set. Or otherwise I want to filter the set so that I only have each matrix once.

 

Thanks!

Hey Mapleprimes,

 I have a set of 3x4 Matrices and i need to filter some out, but cant find the right maple commands. Example Matrix:

[2 4 0]    row 1

[0 2 2]    row 2

[0 2 2]    row 3

[4 4 4]

 

row 2 = row 3

 

1. If all elements of a matrix have a common divider, such as 2 in the example matrix, I need to store the simplified matrix, meaning the one with all values divided by the common divider....

Hello!

I am rather new to maple and have a few questions considering one of my programs.

1. In my program I use 9 nested for loops. Despite trying to figure something out, I couldnt come up with a way of using less for loops.

2. In some of the for loops I want to start the loop from a variable of the for loop above it. Maple doesnt seem to be very happy about this.

3. I want to make a list of all the results produced by the for loops. However...

Hey guys, 

Its my first post, so please be lenient. I have done an internship at a theoretical physics department and part of my work was to plot a particular only numerically solvable integral over time (problem from Quantum Mechanics). I wrote a maple code and made it work, but it only produces results for certain values and even for those it takes more than one hour to plot one graph. Since this is my first big project written in maple, i assume, that the code...

Page 1 of 1