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

// Example: 9.20
// Page: 367

printf("Example: 9.20 - Page: 367\n\n");

// Mathematics is involved in proving but just that no numerical computations are involved.
// For prove refer to this example 9.20 on page number 367 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.20 on page 367 of the book.");