summaryrefslogtreecommitdiff
path: root/1322/CH5/EX5.4.b/47ex3_b.sce
blob: ccade838365b83622fad84cba80d216db2f11aca (plain)
1
2
3
4
5
6
7
8
9

//draw function machine for 4(n+5)
clear;
clc;
close;
mprintf("the first five terms of the sequence are: \n");
for n=1:5
  disp(4*(n+5))
 end