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