summaryrefslogtreecommitdiff
path: root/647/CH10/EX10.2/Example10_2.sce
blob: 5d26bb565f8de1710fb0415d515fff42e0dff43f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear;
clc;

// Example: 10.2
// Page: 399

printf("Example: 10.2 - Page: 399\n\n");

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