Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR MATLAB

matlab symbolic simplify fraction

simplifyFraction(expr)
simplifyFraction(expr,'Expand',true)

%%%%
% simplifyFraction(expr) simplifies the rational expression expr such that the
% numerator and denominator have no divisors in common.
%
% simplifyFraction(expr,'Expand',true) expands the numerator and denominator
% of the resulting simplified fraction as polynomials without factorization.
Source by www.mathworks.com #
 
PREVIOUS NEXT
Tagged: #matlab #symbolic #simplify #fraction
ADD COMMENT
Topic
Name
2+9 =