UEC Education System

微分


f=sin(x)とg= exp(x^2)をxで微分
u0012147@sleepy-1[12]_% maple
    |\^/|     Maple V Release 4 (The Univeristy of Electro-Communications)
._|\|   |/|_. Copyright (c) 1981-1996 by Waterloo Maple Inc. All rights
 \  MAPLE  /  reserved. Maple and Maple V are registered trademarks of
 <____ ____>  Waterloo Maple Inc.
      |       Type ? for help.
> 
> f:=sin(x);
                          f := sin(x)

> diff(f,x);
                             cos(x)

> g:=exp(x^2);
                                    2
                          g := exp(x )

> diff(g,x);
                                   2
                          2 x exp(x )

> quit
bytes used=183736, alloc=196572, time=0.06
u0012147@sleepy-1[13]_%
u0012147@sleepy-1[2]_% exit
u0012147@sleepy-1[3]_% Script done, file is typescript

Created By; Ntyangiri,Christopher Denis