youngdj

10 Reputation

One Badge

15 years, 18 days

MaplePrimes Activity


These are questions asked by youngdj

I would like to ask a 2-part question in Maple TA in which the correct response to the second part of the question is based on the student's response to the first part of the question.

Here is a simple example.

Question #1

A) What is 1+4 ?

B) What is 2 times your solution to part A?

Obviously, the correct answer to B is 10, but what if the student thought that the correct answer to A was 4? Then if they put 8 as the answer to B I would...

I'm just getting started with Maple TA (version 5). Playing with making plots based on algorithmic variables.

I would like to choose 2 random variable to use as x and y values...

$a=range(-5,5,1);
$b=range(-5,5,1);

...and plot the point defined by ($a,$b).

 

I can plot a function using this command...

$plot1=plotmaple("plot($a*x+$b,x=-10..10,y=-10..10)");

Page 1 of 1