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