Help with (really easy) code.

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
Eli_Sabeth
Posts: 2
Joined: Sat Apr 12, 2014 7:29 am

Help with (really easy) code.

Post by Eli_Sabeth » Sat Apr 12, 2014 7:38 am

Hey guys! I've just started using Magma (as you will see from my question :) ) and I don't know how to do the following: I have m polynomials stored in a list p and I want to evaluate them at every point of a certain vector subspace A (whose basis is given by the rows of a matrix B, actually). I want to check that all the evaluations are zero, actually. Is there an easy way to do this? Thank you so much!

mgates3
Posts: 918
Joined: Fri Jan 06, 2012 2:13 pm

Re: Help with (really easy) code.

Post by mgates3 » Mon Apr 21, 2014 11:06 am

I think you have the wrong MAGMA. This MAGMA is for linear algebra using GPUs.

You probably intended this one instead:
http://magma.maths.usyd.edu.au/magma/

-mark

Post Reply