summaryrefslogtreecommitdiff
path: root/1475/CH6/EX6.24/Example_6_24.sce
blob: 4c3ac3a8b2fc46a4953a5a18369654db9316a2ee (plain)
1
2
3
4
5
6
// Example 6.24  Trend equation for certain production
clc; 
clear;
x1=20;
y1=(240)/12+(36*(x1+0.5))/(12*12);
disp(y1,"Trend values for the month of March,1982 =","Considering Unit = 1 month",x1,"Time with origin at year July,1980= ");