From d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795 Mon Sep 17 00:00:00 2001
From: ttt
Date: Thu, 6 Dec 2018 13:42:14 +0530
Subject: code by jitendra and added more test4.sce
---
help/en_US/deconv.xml | 47 +----------------------------------------------
1 file changed, 1 insertion(+), 46 deletions(-)
(limited to 'help/en_US/deconv.xml')
diff --git a/help/en_US/deconv.xml b/help/en_US/deconv.xml
index c056db2..d8602df 100644
--- a/help/en_US/deconv.xml
+++ b/help/en_US/deconv.xml
@@ -17,52 +17,7 @@
deconv
- Deconvolve two vectors.
+ calling sequence:
-
-
- Calling Sequence
-
- [b,r]= deconv (y, a)
-
-
-
-
- Parameters
-
- y:
- Input vector. The convolution of a and b.
- a:
- The input vector.
- b:
- The quotient polynomial coeffecients vector.
- r:
- The remainder polynomial coefficients vector.
-
-
-
-
- Description
-
-[b, r] = deconv (y, a) solves for b and r such that
- y = conv (a, b) + r.
-
-If y and a are polynomial coefficient vectors, b will
- contain the coefficients of the polynomial quotient and r will be
- a remainder polynomial of lowest order.
-
-
-
-
-
- Examples
-
-
-
--
cgit