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

// Example: 9.21
// Page: 373

printf("Example: 9.21 - Page: 373\n\n");

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