trungkstn

52 Reputation

2 Badges

15 years, 318 days

MaplePrimes Activity


These are questions asked by trungkstn

I have 2 question

1. the first question

how to simple expression below

Photobucket 

is new form 


Photobucket

Help me, thank a lot

> R := 1000*Dirac(x-10):

int(R, x = 0 .. 10);

500

we have result to be 500

I define a function of time t and variable x

> p := piecewise(0 <= t and x < 10, R, 10 <= t and t < 20, 0):

int(p, x = 0 .. 10);

 

<p>Delete Implement of a Vector</p>
<p>example I have a vector </p>
<p>A:=<1,2,3,4,5>;</p>
<p>How to operate to give a vector have form</p>
<p>A:=<1,2,3,4>; or A:=<1,2,3>;</p>

Hi pro, When i use " maple help " in Maple version 12, I care Christoffel command but I have a question for assistant.

Example (I copy and paste from Maple 12 help):

1 2 Page 1 of 2