Zeineb

520 Reputation

7 Badges

9 years, 65 days

MaplePrimes Activity


These are questions asked by Zeineb

Dear all

I have a simple question about geometric series

What's the difference between g(2) and gg(2)

 Many thanks

 

 

Geometric_series.mw

 

Dear all

 

I have a confusion between these symbol

Sum , add and sum

If we consider u(n) is a sequence and n integer

and what is the difference between 

sum( u(n),n=0..infinity)

Sum(u(n),n=0..infinity)

and sum('u(n)', n=0..infinity)

Many thanks

Hello

Any idea about the summation of Fibonacci sequence

 

Fibonacci.mw

 

Best regards

 

Dear all

 

If its possible in  Maple to change the integral of the sum to  the sum of integrals when I calucle the integral of a function series

 

Thank you


Dear all,

I wold like to find the solution of the next system of two equations with three unknowns but we assume that the unknows are positive integers. How the following code can work. Many thanks

 

 

 

> restart;
> assume(J, integer, J >= 0);
> assume(A, integer, A >= 0);
> assume(T, integer, T >= 0);
> eq1 := J+10*A+50*T=500;
   eq2 := J+A+T = 100;
  solve( {eq1,eq2},{J,A,T});

First 40 41 42 43 Page 42 of 43