Q1Easy
det(AB) equals:
det(AB) சமம்:
- adet(A) − det(B) — det(A) - det(B)
- bdet(A) × det(B)✓ Correct
- cdet(B)/det(A) — det(B) / det(A)
- ddet(A) + det(B)
Explanation
The determinant is multiplicative: det(AB) = det(A)·det(B). This holds for square matrices of the same size.
தீர்மானிப்பான் பெருக்கல்: det(AB) = det(A) · det(B) . இது அதே அளவிலான சதுர மெட்ரிக்குகளுக்குப் பொருந்தும்.
Q2Easy
If two rows of a matrix are identical, then its determinant is:
மேட்ரிக்ஸின் இரண்டு வரிசைகள் ஒரே மாதிரியாக இருந்தால், அதன் தீர்மானம்:
- a1
- b0✓ Correct
- cEqual to the trace — சுவடுக்கு சமம்
- dUndefined — வரையறுக்கப்படாத
Explanation
Swapping two identical rows changes the sign of the determinant but leaves the matrix unchanged. So det = −det, giving det = 0.
ஒரே மாதிரியான இரண்டு வரிசைகளை மாற்றுவது தீர்மானியின் அடையாளத்தை மாற்றுகிறது, ஆனால் அணி மாறாமல் இருக்கும். எனவே det = −det, det = 0 என்று கொடுக்கிறது.
Q3Easy
det(Aᵀ) equals:
det(Aᵀ) சமம்:
- a1/det(A) — 1/ det(A)
- bdet(A²)
- cdet(A)✓ Correct
- d−det(A) — − det(A)
Explanation
det(Aᵀ) = det(A). The determinant is invariant under transposition. This follows from the Leibniz formula.
det(Aᵀ) = det(A) . இடமாற்றத்தின் கீழ் தீர்மானிப்பான் மாறாதது. இது Leibniz சூத்திரத்தில் இருந்து பின்பற்றப்படுகிறது.
Q4Easy
If A is an n×n matrix and k is a scalar, then det(kA) equals:
A என்பது n×n அணி மற்றும் k என்பது அளவிடல் எனில், det(kA) சமம்:
- ak·det(A) — k· det(A)
- bk^n·det(A) — k^n · det(A)✓ Correct
- ck²·det(A) — k²· det(A)
- ddet(A)/k — det(A) /k
Explanation
Each row gets multiplied by k when computing det(kA). Since there are n rows, det(kA) = kⁿ·det(A).
det(kA) ஐக் கணக்கிடும்போது ஒவ்வொரு வரிசையும் k ஆல் பெருக்கப்படும். n வரிசைகள் இருப்பதால், det(kA) = kⁿ· det(A) .
Q5Easy
The determinant of [[1,2],[3,4]] is:
[[1,2],[3,4]] இன் நிர்ணயம்:
- a−2✓ Correct
- b−10
- c2
- d10
Explanation
det([[1,2],[3,4]]) = (1)(4) − (2)(3) = 4 − 6 = −2.
det([[1,2],[3,4]]) = (1)(4) - (2)(3) = 4 - 6 = -2.
20 more questions on Determinants
Track your mastery, build a daily streak, and compete on the leaderboard across all 1 PG TRB subjects.