blob: 39d67030506c68d75dbc604d3eccb3ba7ac6f689 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
clear;
clc;
// Example: 9.9
// Page: 352
printf("Example: 9.9 - Page: 352\n\n");
// Mathematics is involved in proving but just that no numerical computations are involved.
// For prove refer to this example 9.9 on page number 352 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.9 on page 352 of the book.");
|