alfarunner

90 Reputation

5 Badges

11 years, 123 days

MaplePrimes Activity


These are questions asked by alfarunner

 

How do I change my input of variable current, I1, to I, without violating the imaginary unit?

S

 

How can I add legend to a multicolored histogram using display?

 

a:=[1,2,3,4,5]:

if I want b to have all elements less than 4 why can't I just write

b:=a<4;

?

 

1.I want to plot (x-x0)^2 from x=0..10 with a value for x0 in the plot function not in the procedure. The procedure should 

test x against x0 and if x<x0 then y=0 else y=(x-x0)^2

2.Is it possible to use explore and use x0 as a slider?

 

Regards

Staffan

 

defining f:=(t,a,b,c)->a*b/c*t^2 how can I give values for a,b and c inside the plot command?

plot(f(t,a,b,c),t=0..10 ????)

 

Staffan

 

1 2 3 4 Page 3 of 4