summaryrefslogtreecommitdiff
path: root/3843/CH4/EX4.1/Ex4_1.sce
blob: 32ec1b83326a309af0a744fcf2dc7d776250fb05 (plain)
1
2
3
4
5
6
7
8
9
// Example 4_1
clc;funcprot(0);
// Given data
s_0=0;// m
s_1=0.8;// The distance in m

// Calculation
W_12=integrate('100*x','x',s_0,s_1);// N.m
printf("\nThe work done by the spring on the system,W_12=%2.0f J",W_12);