Bruce Xiang

10 Reputation

3 Badges

5 years, 24 days

MaplePrimes Activity


These are questions asked by Bruce Xiang

Why this simple case cannot be simplified to Complete Square form

restart:

EQ := 1/4*n[1]^4 - 1/2*n[1]^2 + 1/4

simplify(1/4*n[1]^4 - 1/2*n[1]^2 + 1/4, 'size')

with(Student[Precalculus])
CompleteSquare(EQ);
                   

Page 1 of 1