Items tagged with algorithm algorithm Tagged Items Feed

Hi,

I am working on my project related to bioinformatics. I am using Maple 11 for calculations related to matrices.

I need to calculate  Moore-penrose Pseudoinverse. I need to know the algorithm used by Maple function

'MatrixInverse' for calculating pseudo inverse of matrix.

 

Thanks

Hey
I have just started with maple and I it is a little bit confusing for me  an I am tryin to implement the sieve of eratosthenes algorithm

but I am still getting strang warnings and the programm does not function as wanted so i wanted to use the debugger but
it is not working(it is like disabled)
I have maple 12
I will be glad to get a help
thanks 

 

hi

i want to know what is the algorithm of dsolve( , numeric,bvp)  for example Rung kutta shooting, newton or ....

in maple it shows newton iteration , i dont know what it means.

 

thancks

SHA-0.3.zip includes a Maple archive and help data base that implement the SHA algorithm (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512).  The implementation is interpreted Maple, so will be considerably slower than a compiled routine, but these should be fast enough for likely uses in Maple.  For example

CodeTools:-Usage(SHA("The quick brown fox jumps over the lazy dog", 512));
memory used=502.00KiB,...

Understanding RSA

April 08 2011 by toobee 0 Maple

Hi,

I tried to implement an small example sheet for using the RSA algorithmen with small numbers. Unfortunatly, I get confused by my own program and have difficulties to figure out what I am doing wrong. My message can be decoded with both keys, the public and private key what is obviously not correct.

below is my code with some comments:

restart: with (numtheory):
p := 13; # my first prime number
q := 23; # my second one

n := p*q;

hi

i have tried Maple help but could not find any answers.

would appreciate some help on how to construct an algorithm for a Pell's equation with D = 29 (x^2 - D*y^2 = 1)

That is x^2 - 29*y^2 = 1.

i know that there is an infinite number of solutions, but would appreciate the first 5.

(x_1, y_1), (x_2, y_2), ... , (x_5, y_5)

many thanx,

antonio

here mentioned:

275305224 is the third 91768409 gonal number.

can you tell me in which of these algorithms we will reach to number 91768409 ?



wiki :

Bonjour,

            voici un probleme que je suis incapable de regler!

-----------------------------------------

Développer un algorithme récursif de fouille dichotomique et l'utiliser pour trouver, dans la liste suivante:   L = { 1, 2, 4, 5, 6, 9, 11, 16},

                       i...

Recently I was looking at an algorithm in one of Knuth's books.

The algorithm is described in steps with many of the form 

if condition 1 then goto step 7; if condition 2 go to step 8, 

etc.

I managed to write up the algorithm by making each step

a procedure, but had trouble with handling global variables.

 

Is there in Maple some standard method for dealing with such algorithms.

A friend tells me...

This post is a further development of my earlier question in reply to John's post. I have implemented a basic version of the CANDECOMP/PARAFAC algorithm referred to on Wikipedia and described 

If you construct the tensor product W of an m- and an n-dimensional vector space, U and V, then you can view the elements of W as m by n matrices (by picking a basis for U and V). The rank one matrices are the elements that can be written as the tensor product of (nonzero) vectors u in U and v in V; this corresponds to writing the matrix as u

Although I mostly post about parallel programming, my background is in algorithms and data structures.  I have a soft spot for sorting algorithms.  It probably started when I did some research into adaptive sorting as part of my coursework.  Anyway, someone added sound to visualizations of different sorting algorithms.  I'm not sure if it really helps explain the algorithms any better, but it does make them more interesting to watch.

http://www.geek.com/articles/geek-cetera/sorting-algorithms-quite-boring-until-you-add-sound-effects-20100819/

Darin

Hi,

I've recently started creating questions using MapleTA, and at the moment I've hit a stumbling block.

For a particular question, the students need to enter a formula. When I input the answer in decimal form, the question is graded correctly; when I put it in fractional form, it's not. I've used the simplify command in every perturbation I know, but I can't get it to work.

More details:

Algorithm

 

This is the fourth and final part of a blog post, the first three parts of which can be found here: Generating Samples from Custom Probability Distributions (I)

Dear all,

I'm learning an elliptic curve scalar multiplication algorithm on GF(p^m). I'm trying to find some examples about using Maple to implement an elliptic curve scalar multiplication algorithm on GF(p^m) so that I can learn and apply it to implement the algorithm I'm learning. 

However, I couldn't find any example up to now, maybe I'm unlucky.

Please help me if you know any Maple package or example that I can refer.

Thank you for your help in advance.

1 2 Page 1 of 2