octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

symbolic pkg help for degree


From: Doug Stewart
Subject: symbolic pkg help for degree
Date: Sun, 3 Jan 2016 09:54:40 -0500


Function File: n = degree (p)
Function File: n = degree (px)

Extract numerator and demoninator of symbolic _expression_.

Examples:

syms x
degree(x^2 + 6)
   ⇒ (sym) 2


This function does not "extract numerator and denominator from"
It finds the highest power of a variable.
 
--
DAS


reply via email to

[Prev in Thread] Current Thread [Next in Thread]