Yew Hong

15 Reputation

3 Badges

12 years, 352 days

MaplePrimes Activity


These are questions asked by Yew Hong

is there a maple function or does anyone have a proc that will return the number of significant figures given a number? For example, when given 0.38, the proc will return 2, or when given 2.897, the proc will return 4.

Hi all, I am a teacher of middle/high school math. I have found that when I use the solve function on:

x/3=(x+0.2)/15+1.5

I get 5.674999999

In fact, as I was typing the above equation just now using Maple Math, I noticed it returns:

Hi all, I found that the expression:

(2x+7)/5+(6x-3)/3

automatically simplifies to

12/5*x+2/5

Is there a function that will return

(12x+2)/5

which is one fraction, instead?

I have asked a similar question before but it appears that the difficulty of what I need to do increases when the cases are simpler.

Essentially I want to check that an expression has been fully simplified. Suppose that:

A:=2(a+b);

B:=2a+2b;

 

Is there any way to test so that

evalb(A=B) returns false?

In my case, both A and B are obtained from MathContainers:

A:=GetProperty('MathContainer1','expression');

Hi I teach in a high school. Basically I have found that if I ask a question like: Factorize fully (x4-y4), and use a MathContainer for both the question and the answer (to be filled by students), I can't find a way to see whether the students have fully factorized the expression. Suppose (x4-y4) is in MathContainer1 and MathContainer2 is to be filled in by students. Using the code:

if GetProperty('MathContainer1','expression'...

Page 1 of 1