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