MHB How do I understand notational mathematics?

  • Thread starter Thread starter shivajikobardan
  • Start date Start date
  • Tags Tags
    Mathematics
AI Thread Summary
The discussion centers on the challenge of understanding and writing the formula for the Cartesian product in the context of theoretical computer science mathematics. The participant expresses frustration with grasping the formal definitions, despite having a solid understanding of the concepts and having excelled in discrete mathematics. The conversation highlights the importance of definitions in mathematics, as they form the foundation for theorems and proofs. Recommendations include reviewing chapters on set theory and logic in discrete mathematics textbooks, which typically cover the necessary notations and definitions. The emphasis is on overcoming barriers to understanding formal mathematical language to facilitate further learning in the field.
shivajikobardan
Messages
637
Reaction score
54
I will try to explain what I mean.
I understand how to calculate cartesian product. but I can't write the formula for cartesian product as shown below.
1649844774394.png

Similarly, in other cases
1649844857518.png

I understand what it is trying to say(the inituition) but I really don't understand a word written in it. I feel like this is a huge road block in my journey of learning theoritical computer science mathematics.
I want to get above this barrier. Any guidance you can recommend?
 
Technology news on Phys.org
Perhaps you need to read chapters on set theory and logic in any discrete mathematics textbook.

The Cartesian product formula uses the set-builder notation.
 
Evgeny.Makarov said:
Perhaps you need to read chapters on set theory and logic in any discrete mathematics textbook.

The Cartesian product formula uses the set-builder notation.
I already studied discrete math and passed with flying colors. We didn't have to write definitions It was based on understanding. I understand how to solve them, the gist, the inituition but can't understand and memorize these definitions.
 
shivajikobardan said:
We didn't have to write definitions It was based on understanding.
Mathematics starts with definitions, which are followed by theorem statements and their proofs. Without definitions there are no objects to talk about.

In any case, every discrete mathematics textbook has a discussion of notations used in the two pictures you posted. If you have specific questions, you are welcome to ask them here as well.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top