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