
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A university homework assignment for a mathematics course (ma 522) from the fall 2008 semester. The assignment includes several problems related to pseudo-code for division with remainder, the extended euclidean algorithm for univariate polynomials over the field zp using maple, and extra credit problems. Students are required to submit their answers as maple worksheets.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

MA 522 Fall 2008
(a) (20 points) Implement in MAPLE the Extended Euclidean Algorithm for Zp[x], i.e. for univariate polynomials over the field Zp = { 0 , 1 ,... , p − 1 } where p is an arbitrary prime number. Use MAPLE’s datastructure for polynomials and its modular arithmetics.
(b) (20 points) Textbook, page 59/ 3.