If R is symmetric relation, then R = {(a, b), (b, a) / for all a, b ∈ A}
That is, if "a" is related to "b", then "b" has to be related to "a" for all "a" and "b" belonging to A.
Examples:
1) Let a, b ∈ A.
If "a" is brother of "b", then "b" has to be brother of "a".
R = {(a, b), (b, a)}
So, R is symmetric.
2) Let A = {1, 2, 3} and R be a relation defined on set A as
R = {(1, 1), (2, 2), (3, 3), (1, 2)}
R is not symmetric since (2,1) is missing. (Though it is reflexive ).
3) Let A = {1, 2, 3} and R be a relation defined on set A as
R = {(1, 1), (2, 2), (3, 3), (1, 2), (2, 1), (2, 3), (3, 2)}
R is in symmetry relation. (It is reflexive also).
4) Suppose the relation
R={(Snail, Frog), (Bird, Bird), (Fox, Frog), (Snail, Fox)} is defined on the set S={Snail, Fox, Bird, Frog}.Then, R = { (a, b), (b, c), (a, c)}
That is,
If "a" is related to "b" and "b" is related to "c", then "a" has to be related to "c".
Important Note :
For a particular ordered pair in R, if we have (a, b) and we don't have (b, c), then we don't have to check transitive for that ordered pair.
So, we have to check transitively, only if we find both (a, b) and (b, c) in R.
Examples:
1)Let A = {1, 2, 3} and R be a relation defined on set A as
R = {(1, 1), (2, 2), (3, 3), (1, 2)}
Note : For the two ordered pairs (2, 2) and (3, 3), we don't find the pair (b, c). So, we don't have to check the condition for those ordered pairs.
2)Let A = {1, 2, 3} and R be a relation defined on set A as
R = {(1, 1), (2, 2), (1, 2), (2, 1)}
3) Let A = {1, 2, 3} and R be a relation defined on set A as
R = {(1, 1), (2, 2), (3, 3), (1, 2), (2, 1), (2, 3), (3, 2)}
--
You received this message because you are subscribed to the Google Groups "Discussion forum for Mathematics for Data Science I" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ma1001-discus...@nptel.iitm.ac.in.
To view this discussion on the web visit https://groups.google.com/a/nptel.iitm.ac.in/d/msgid/ma1001-discuss/097de2d4-d8ee-4b91-b03d-5850bff68df8n%40nptel.iitm.ac.in.
--
You received this message because you are subscribed to the Google Groups "Discussion forum for Mathematics for Data Science I" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ma1001-discus...@nptel.iitm.ac.in.
To view this discussion on the web visit https://groups.google.com/a/nptel.iitm.ac.in/d/msgid/ma1001-discuss/0c53f405-126c-4033-9bb1-19a42d0872dan%40nptel.iitm.ac.in.
--
You received this message because you are subscribed to the Google Groups "Discussion forum for Mathematics for Data Science I" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ma1001-discus...@nptel.iitm.ac.in.
To view this discussion on the web visit https://groups.google.com/a/nptel.iitm.ac.in/d/msgid/ma1001-discuss/097de2d4-d8ee-4b91-b03d-5850bff68df8n%40nptel.iitm.ac.in.
--
You received this message because you are subscribed to the Google Groups "Discussion forum for Mathematics for Data Science I" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ma1001-discus...@nptel.iitm.ac.in.
To view this discussion on the web visit https://groups.google.com/a/nptel.iitm.ac.in/d/msgid/ma1001-discuss/0c53f405-126c-4033-9bb1-19a42d0872dan%40nptel.iitm.ac.in.
When the length of three sides of the triangle are given, the area of a triangle can be found using the Heron’s formula.
Therefore, the area of the triangle is calculated using the equation,
A = sqrt( s(s − a) (s − b) (s − c))
Where a, b, c are the side lengths of the triangle and s is the semi perimeter
The value of s is found using the formula
s = a + b + c2
area of trapeziumAlways try to map the diagram associated with formula. Mapped mentally with diagram other wise formula is hard to remember.
ExampleFor sectional formula which one is most cumbersome .Think about a line one end(x1,y1) and other end(x2,y2)(x, y ) will be in-between.Fist part is m and second part is n.now, we need to criss cross multiplication.n to (x1,y1) and m to (x2 ,Y2)@ Tejasvi and others who are struggling to remember formula , it may help you.Vertex formula should come with your parabola image not alone.
For line equation , just emphasis one formula and other formulas are can derived from one.All pictures are different so brain can recall precisely but if you try to remember only formula which is only some alphabet and numbers then it may become messy during recalling.
On Thursday, 19 November 2020 at 13:31:36 UTC+5:30 Tejasvi Hegde wrote:
--
You received this message because you are subscribed to the Google Groups "Discussion forum for Mathematics for Data Science I" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ma1001-discus...@nptel.iitm.ac.in.
To view this discussion on the web visit https://groups.google.com/a/nptel.iitm.ac.in/d/msgid/ma1001-discuss/a5d77317-33d9-43ce-985e-6cac2c9fbfe6n%40nptel.iitm.ac.in.
You received this message because you are subscribed to a topic in the Google Groups "Discussion forum for Mathematics for Data Science I" group.
To unsubscribe from this topic, visit https://groups.google.com/a/nptel.iitm.ac.in/d/topic/ma1001-discuss/Ss17tRyP5pw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ma1001-discus...@nptel.iitm.ac.in.
To view this discussion on the web visit https://groups.google.com/a/nptel.iitm.ac.in/d/msgid/ma1001-discuss/CAJs2mJKyXgjksTSmet1GXSoqgcg0jSMhr8du8rPYTO7%3DHY7SFw%40mail.gmail.com.
Important Note :
For a particular ordered pair in R, if we have (a, b) and we don't have (b, c), then we don't have to check transitive for that ordered pair.
So, we have to check transitively, only if we find both (a, b) and (b, c) in R.
--
You received this message because you are subscribed to a topic in the Google Groups "Discussion forum for Mathematics for Data Science I" group.
To unsubscribe from this topic, visit https://groups.google.com/a/nptel.iitm.ac.in/d/topic/ma1001-discuss/Ss17tRyP5pw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ma1001-discus...@nptel.iitm.ac.in.
To view this discussion on the web visit https://groups.google.com/a/nptel.iitm.ac.in/d/msgid/ma1001-discuss/CAJDTM_Yg0JCBgUf9HvfJyqVSsFMtqK1bP%2B53f314sRFAensxVA%40mail.gmail.com.
Dear Team
Symmetric relation examples - a) Line A parallel to Line B , or
b) Line A perpendicular to Line B ..
--
You received this message because you are subscribed to the Google Groups "Discussion forum for Mathematics for Data Science I" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ma1001-discus...@nptel.iitm.ac.in.
To view this discussion on the web visit https://groups.google.com/a/nptel.iitm.ac.in/d/msgid/ma1001-discuss/CAJDTM_Z8vEjc55TyNo65gzsMxLnQhD5HaK-jmhZpeQi2wXfzcQ%40mail.gmail.com.
You received this message because you are subscribed to a topic in the Google Groups "Discussion forum for Mathematics for Data Science I" group.
To unsubscribe from this topic, visit https://groups.google.com/a/nptel.iitm.ac.in/d/topic/ma1001-discuss/Ss17tRyP5pw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ma1001-discus...@nptel.iitm.ac.in.
To view this discussion on the web visit https://groups.google.com/a/nptel.iitm.ac.in/d/msgid/ma1001-discuss/595a4428-a2ca-45c9-93e4-2e720591487bn%40nptel.iitm.ac.in.