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