summaryrefslogtreecommitdiff
path: root/1322/CH14/EX14.2/100ex2.sce
blob: acfae217a0f7bd9d5c5071b0932b144b6d0933ae (plain)
1
2
3
4
5
6
7

//5*x^2*y^2-10*x^2*y+20*y^2
clear;
clc;
close;
mprintf("\n the highest common factor to each term is 5 and other factor is y \n")
disp('5y(x^2y-2x^2+4y)')