[go: up one dir, main page]

Open In App

Engineering Mathematics Tutorials

Last Updated : 12 Jun, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

Recent Articles on Engineering Mathematics

Discrete Mathematics

Propositional and First Order Logic :

  1. Introduction to Propositional Logic
  2. Introduction to Propositional Logic | Set 2
  3. Propositional Equivalences
  4. Predicates and Quantifiers
  5. Predicates and Quantifiers | Set 2
  6. Some theorems on Nested Quantifiers
  7. Rules of Inference
  8. PDNF and PCNF in Discrete Mathematics

Set Theory :

  1. Introduction
  2. Set Operations
  3. Inclusion-Exclusion and its various Applications
  4. Power Set and its Properties
  5. Partial Orders and Lattices
  6. Groups
  7. Introduction and types of Relations
  8. Discrete Mathematics | Representing Relations
  9. Relations | Representations in Matrices and Graphs
  10. Closure of Relations and Equivalence Relations
  11. Number of possible Equivalence Relations on a finite set
  12. Classes (Injective, surjective, Bijective) of Functions
  13. Total number of possible functions
  14. Generating Functions | Introduction and Prerequisites
  15. Generating Functions – Set 2
  16. Sequence, Series and Summations
  17. Independent Sets, Covering and Matching
  18. Introduction to Proofs
  19. Hasse Diagrams
  20. Introduction to Mojette transform
  21. Rings, Integral domains and Fields

>> Quiz on Set Theory and Algebra

Combinatorics :

  1. Pigeon Hole Principle
  2. Combinatorics Basics
  3. PnC and Binomial Coefficients
  4. Generalized PnC Set 1
  5. Generalized PnC Set 2
  6. Corollaries of Binomial Theorem
  7. Number of triangles in a plane if no more than two points are collinear
  8. Sum of squares of even and odd natural numbers
  9. Finding nth term of any Polynomial Sequence
  10. Discrete Mathematics | Types of Recurrence Relations – Set 2

>> Combination and Permutation Practice Questions | Set 1
>> Problem on permutations and combinations | Set 2

Probability :

  1. Mathematics | Probability
  2. Conditional Probability
  3. Bayes’s Formula for Conditional probability
  4. Prosecutor’s Fallacy
  5. Random Variables

Graph Theory :

  1. Graph Theory Basics – Set 1
  2. Graph Theory Basics – Set 2
  3. Graph Types and Applications
  4. Euler and Hamiltonian Paths
  5. Planar Graphs and Graph Coloring
  6. Graph Isomorphisms and Connectivity
  7. Matching (graph theory)
  8. Betweenness Centrality (Centrality Measure)
  9. Mathematics | Walks, Trails, Paths, Cycles and Circuits in Graph
  10. Graph measurements: length, distance, diameter, eccentricity, radius, center
  11. Relationship between number of nodes and height of binary tree

>> Graph theory practice questions

Engineering Mathematics

Linear Algebra :

  1. Matrix Introduction
  2. Different Operations on Matrices
  3. Representations of Matrices and Graphs in Relations
  4. Eigen Values and Eigen Vectors
  5. System of Linear Equations
  6. LU Decomposition of a System of Linear Equations
  7. Doolittle Algorithm : LU Decomposition

>> Quiz on Linear Algebra

Calculus :

  1. Limits, Continuity and Differentiability
  2. Cauchy’s Mean Value Theorem
  3. Lagrange’s Mean Value Theorem
  4. Rolle’s Mean Value Theorem
  5. Unimodal functions and Bimodal functions
  6. Surface Area and Volume of Hexagonal Prism
  7. Inverse functions and composition of functions
  8. Indefinite Integrals

Statistics and Numerical Methods :

  1. Mean, Variance and Standard Deviation
  2. Newton’s Divided Difference Interpolation Formula
  3. Law of total probability
  4. Probability Distributions Set 1 (Uniform Distribution)
  5. Probability Distributions Set 2 (Exponential Distribution)
  6. Probability Distributions Set 3 (Normal Distribution)
  7. Probability Distributions Set 4 (Binomial Distribution)
  8. Probability Distributions Set 5 (Poisson Distribution)
  9. Homogeneous Poisson Process
  10. Nonhomogeneous Poisson Processes
  11. Renewal processes in probability
  12. Mathematics | Covariance and Correlation
  13. Scales of Measurement
  14. Univariate, Bivariate and Multivariate data and its analysis
  15. Hypergeometric Distribution model



Similar Reads

Engineering Mathematics - GATE CSE Previous Year Questions
Solving GATE Previous Year's Questions (PYQs) not only clears the concepts but also helps to gain flexibility, speed, accuracy, and understanding of the level of questions generally asked in the GATE exam, and that eventually helps you to gain good marks in the examination. Previous Year Questions help a candidate practice and revise for GATE, whic
4 min read
Application of Partial Derivatives in Engineering Mathematics
Application of Partial Derivatives: Partial derivatives can be used to find the maximum and minimum value (if they exist) of a two-variable function. We try to locate a stationary point with zero slope and then trace maximum and minimum values near it. The practical application of maxima/minima is to maximize profit for a given curve or minimize lo
4 min read
Mathematics | Probability
Probability refers to the extent of occurrence of events. When an event occurs like throwing a ball, picking a card from a deck, etc., then there must be some probability associated with that event. In terms of mathematics, probability refers to the ratio of wanted outcomes to the total number of possible outcomes. There are three approaches to the
9 min read
Mathematics | Covariance and Correlation
Covariance and Correlation are two mathematical concepts which are commonly used in the field of probability and statistics. Both concepts describe the relationship between two variables. Covariance - It is the relationship between a pair of random variables where change in one variable causes change in another variable. It can take any value betwe
2 min read
Mathematics | Walks, Trails, Paths, Cycles and Circuits in Graph
Prerequisite - Graph Theory Basics – Set 1 1. Walk - A walk is a sequence of vertices and edges of a graph i.e. if we traverse a graph then we get a walk. Edge and Vertices both can be repeated. Here, 1->2->3->4->2->1->3 is a walk. Walk can be open or closed. Open walk- A walk is said to be an open walk if the starting and ending
2 min read
Mathematics | Total number of possible functions
In this article, we are discussing how to find number of functions from one set to another. For understanding the basics of functions, you can refer this: Classes (Injective, surjective, Bijective) of Functions. Number of functions from one set to another: Let X and Y are two sets having m and n elements respectively. In a function from X to Y, eve
4 min read
Mathematics | Probability Distributions Set 2 (Exponential Distribution)
The previous article covered the basics of Probability Distributions and talked about the Uniform Probability Distribution. This article covers the Exponential Probability Distribution which is also a Continuous distribution just like Uniform Distribution. Introduction - Suppose we are posed with the question- How much time do we need to wait befor
5 min read
Mathematics | Probability Distributions Set 3 (Normal Distribution)
The previous two articles introduced two Continuous Distributions: Uniform and Exponential. This article covers the Normal Probability Distribution, also a Continuous distribution, which is by far the most widely used model for continuous measurement. Introduction - Whenever a random experiment is replicated, the Random Variable that equals the ave
6 min read
Mathematics | Probability Distributions Set 4 (Binomial Distribution)
The previous articles talked about some of the Continuous Probability Distributions. This article covers one of the distributions which are not continuous but discrete, namely the Binomial Distribution. Introduction - To understand the Binomial distribution, we must first understand what a Bernoulli Trial is. A Bernoulli trial is a random experimen
5 min read
Discrete Mathematics | Types of Recurrence Relations - Set 2
Prerequisite - Solving Recurrences, Different types of recurrence relations and their solutions, Practice Set for Recurrence Relations The sequence which is defined by indicating a relation connecting its general term an with an-1, an-2, etc is called a recurrence relation for the sequence. Types of recurrence relations First order Recurrence relat
4 min read
Article Tags :