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

// 3,6,11,18,27.....
clear;
clc;
close;
n=5;
td=n^2+2;
mprintf("result= %i",td)