INDUMAT Finals Review Flashcards
In a truth table, what is the mathematical approach in evaluating conjunction (p ʌ q)?
min (p,q)
In a truth table, what is the mathematical approach in evaluating disjunction (p v q)?
max (p,q)
In a truth table, what is the mathematical approach in evaluating conditional (p → q)?
True if and only if the val (p) is less than or equal to val (q)
In a truth table, how do you evaluate a biconditional (p <=> q)?
True if both statements have the same truth value. (Both p and q are true or both q and p are false). Otherwise, it is false.
In a truth table, if all the outputs of a column are true, then it is a _________
Tautology
In a truth table, if all the outputs of a column are false, then it is a _________
Contradiction
In a truth table, if the outputs have at least one true and one false, then it is a _________
Contingent
A matrix where elements below the main diagonal are all zeroes
Upper Triangular Matrix (Right Triangular Matrix)
A matrix where the elements above the main diagonal are all zeroes
Lower Triangular Matrix (Left Triangular Matrix)
Matrix where all elements are zeroes
Null Matrix
True or False. A matrix is symmetrical if A = A^T.
True
Type of matrix that has a determinant value of zero and does not have an inverse.
Singular Matrix
Type of matrix that has a determinant value and has an inverse.
Non-Singular Matrix (Standard Matrix)
True or False. Identity matrices are nonsingular.
True
If a matrix undergoing an iterative method is not diagonally dominant, then _________.If a matrix undergoing an iterative method is not diagonally dominant, then _________.
You must interchange the rows such that the diagonal consists of the highest coefficients of the matrix.