blob: a3b7043b4da3a65fe87c30159887b83d92bd6ae7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
clear;
clc;
// Example: 10.8
// Page: 410
printf("Example: 10.8 - Page: 410\n\n");
// This problem involves proving a relation in which no mathematics and no calculations are involved.
// For prove refer to this example 10.8 on page number 410 of the book.
printf(" This problem involves proving a relation in which no mathematics and no calculations are involved.\n\n");
printf(" For prove refer to this example 10.8 on page 410 of the book.");
|