Items tagged with arithmetic arithmetic Tagged Items Feed

Show an expression

February 18 2012 by Ubiquitous 10 Maple

Hi everyone, I have a question:

In case if I assign for example:

x:=2:

y:=3:

z:=x+y;

Maple will print (output) solution in form :

                                                  ...

Hi,

I am new to Maple, so sorry for asking this TRIVIAL question but I got quite frustrated after so much time unsuccessfully trying to figure out how to perform integer computations.

Lets take the simple example below:

3k - 5 = 0

I wanna get k=1 not 5/3

Isolve doesn’t work  for this as I would like. Introduced assumptions re ignored:

Solve(3*k -5=0, k, useassumptions) assuming k :: nonnegint

How can I use 'evalr' and 'shake' for functions (in a relative or absolute sense)?

What I see in the help is the result for disturbing the input to a function (by decimal digits).

But I want ranges for the output, if the function itself is disturbed, not only the input
(giving resulting error ranges, even for exact input).

Any idea?

Page 1 of 1