Kasp262e

35 Reputation

3 Badges

6 years, 150 days

MaplePrimes Activity


These are questions asked by Kasp262e

Hi,

I'm able to 

1) Display a plot using 

display(plot(x2, x = 0 .. 10))

2) Modify the created plot using the Context Panel and change the horizontal axis range to -5 to 10

but how can I:

3) Save the modified plot as an expression statement with which I can replace my display expression, in order to save the modified plotting expression before reexecuting the document?

I want to write two different numbered lists in the same document like:

  1. Item one list one
  2. Item two list one

And the second list:

  1. Item one list two
  2. Item two list two

The problem is that whenever I use the "Set the paragraph to be a numered list item" button, the item becomes a part of the same list as every other list item in the document. How can i separate two lists?

Hello, 

In this simple example in Maple 2019:

 

k[1] := 16;

solve(k[2]^2 = k[1], {k[2]}, useassumptions) assuming 0 < k;
 

The result of the solve is 

{k[2] = 4}, {k[2] = -4}

which is not what I'm expecting.

I'm expecting 

{k[2] = 4}

I'm trying to assume that both the variable named k[1] and the variable named k[2] are greater than 0 by assuming that 0 < k.
My goal is a way to make the same assumption for variables with the same base but different subscripts.
How can I do this?

Thanks in advance.

Page 1 of 1