summaryrefslogtreecommitdiff
path: root/647/CH9/EX9.17/Example9_17.sce
blob: d8e26be5b10580b0c10ebfa268d90468594a90a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear;
clc;

// Example: 9.17
// Page: 363

printf("Example: 9.17 - Page: 363\n\n");

// Mathematics is involved in proving but just that no numerical computations are involved.
// For prove refer to this example 9.17 on page number 363 of the book.

printf(" Mathematics is involved in proving but just that no numerical computations are involved.\n\n");
printf(" For prove refer to this example 9.17 on page 363 of the book.");