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