انت هنا الان : شبكة جامعة بابل > موقع الكلية > نظام التعليم الالكتروني > مشاهدة المحاضرة
الكلية كلية التربية للعلوم الصرفة
القسم قسم الرياضيات
المرحلة 1
أستاذ المادة طفول حسين عمران الخفاجي
06/04/2019 05:57:23
****************************************************************************************************************************************************************************************************************************************************************************** conv and deconv Function Polynomial multiplication and division correspond to the operations convolution and deconvolution. The functions conv and deconv implement these operations. 1. w = conv(u,v) returns the convolution of vectors u and v. If u and v are vectors of polynomial coefficients, convolving them is equivalent to multiplying the two polynomials. 2. [q,r] = deconv(u,v) deconvolves a vector v out of a vector u using long division, and returns the quotient q and remainder r such that u = conv(v,q)+r. If u and vare vectors of polynomial coefficients, then deconvolving them is equivalent to dividing the polynomial represented by u by the polynomial represented by v. Examples Create vectors u and v containing the coefficients of the polynomials x^2+1 and 2x+7. Use convolution to multiply the polynomials. Write the resulting polynomial as a mathematical expression
******************************************************************************************************************************************************************************************************************************************************************************
المادة المعروضة اعلاه هي مدخل الى المحاضرة المرفوعة بواسطة استاذ(ة) المادة . وقد تبدو لك غير متكاملة . حيث يضع استاذ المادة في بعض الاحيان فقط الجزء الاول من المحاضرة من اجل الاطلاع على ما ستقوم بتحميله لاحقا . في نظام التعليم الالكتروني نوفر هذه الخدمة لكي نبقيك على اطلاع حول محتوى الملف الذي ستقوم بتحميله .
الرجوع الى لوحة التحكم
|