Maths Matrices

Get insights from 118 questions on Maths Matrices, answered by students, alumni, and experts. You may also ask and answer any question you like about Maths Matrices

Follow Ask Question
118

Questions

0

Discussions

5

Active Users

7

Followers

New answer posted

a month ago

0 Follower 2 Views

R
Raj Pandey

Contributor-Level 9

Let A = [a? ]? Sum of diagonal elements of A.A? is Tr (A.A? ) = ∑? ∑? a? ² = 9.
where each a? ∈ {0, 1, 2, 3}.
Case I: One of a? = 3 and rest are 0. (3²=9). There are? C? = 9 ways.
Case II: Two of a? are 2, one is 1, and rest are 0. (2² + 2² + 1² = 9). There are? C? *? C? = 36 * 7 = 252 ways.
Case III: One of a? = 2, five are 1, and rest are 0. (2² + 1²+1²+1²+1²+1² = 9). There are? C? *? C? = 9 * 56 = 504 ways.
Case IV: All nine a? = 1. (1² * 9 = 9). There is 1 way.
Total = 9 + 252 + 504 + 1 = 766.

New answer posted

a month ago

0 Follower 2 Views

R
Raj Pandey

Contributor-Level 9

A = [i, -i], [-i, i]
A² = [-2, 2], [2, -2]
A? = [8, -8], [-8, 8]
A? = [-128, 128], [128, -128]
A? [x, y]? =?
-128x + 128y = 8 ⇒ -16x + 16y = 1 ⇒ x - y = -1/16 (I)
128x - 128y = 64 ⇒ 16x - 16y = 8 ⇒ x - y = 1/2 (II)
System is inconsistent hence No solution

New answer posted

a month ago

0 Follower 4 Views

A
alok kumar singh

Contributor-Level 10

A = 1/3 [ 1; 1 ω ω² 1 ω² ω ]
A² = A * A = 1/9 [ . ]
(The calculation in the image shows A² is the identity matrix, let's verify)
A² leads to I (Identity matrix).
So A² = I.
A³ = A² * A = I * A = A.
A? = (A²)² = I² = I.
A³? = (A²)¹? = I¹? = I.

New answer posted

a month ago

0 Follower 3 Views

A
alok kumar singh

Contributor-Level 10

[a? ] = [ 1 ] [-1 b? ]
[a? ] [√3 k] [ k b? ] (This is likely incorrect OCR, should be a 2x1 result)
The solution seems to derive from a matrix multiplication:
[√3a? ] = [ 1 ] [b? ]
[√3a? ] [√3 k] [b? ]
This leads to:
b? - b? = √3a?
b? + kb? = √3a?
Also given: a? ² + a? ² = (2/3) (b? ² + b? ²).
Squaring and adding the two derived equations and comparing with the given condition leads to k=1.

New answer posted

a month ago

0 Follower 4 Views

V
Vishal Baghel

Contributor-Level 10

Given the matrix P = [2, -1], [5, -3].
The characteristic equation is det (P - λI) = 0, which is (2-λ) (-3-λ) - (-1) (5) = 0.
This simplifies to λ² + λ - 1 = 0.
By the Cayley-Hamilton theorem, the matrix P satisfies this equation: P² + P - I = 0, so P² = I - P.
To find P³: P³ = P * P² = P (I-P) = P - P² = P - (I-P) = 2P - I.
The problem asks for N=6, likely related to a higher power P? Continuing the pattern:
P? = 2P² - P = 2 (I-P) - P = 2I - 3P.
P? = 2P - 3P² = 2P - 3 (I-P) = 5P - 3I.
P? = 5P² - 3P = 5 (I-P) - 3P = 5I - 8P.
The solution N=6 must relate to a different question not fully transcribed, for example, if P^N = 5I - 8P.

...more

New answer posted

a month ago

0 Follower 5 Views

A
alok kumar singh

Contributor-Level 10

Given matrices A = [[a, b], [c, d]] and B = [[α], [β]] where B ≠ [[0], [0]].
The product AB is:
AB = [[a, b], [c, d]] * [[α], [β]] = [[aα + bβ], [cα + dβ]]

From the problem statement AB = B, we have:
aα + bβ = α (i)
cα + dβ = β (ii)

Rearranging these equations:
(a - 1)α + bβ = 0
cα + (d - 1)β = 0

For this system of linear equations to have a non-trivial solution (since B is not the zero matrix), the determinant of the coefficient matrix must be zero.
det([[a-1, b], [c, d-1]]) = 0

(a - 1)(d - 1) - bc = 0
ad - a - d + 1 - bc = 0
ad - bc = a + d - 1
The provided text jumps to the conclusion ad - bc = 2020.

New answer posted

a month ago

0 Follower 4 Views

A
alok kumar singh

Contributor-Level 10

The truth table for the logical expression (p q) → (p → q) is as follows:

p

q

p ∧ q

p → q

(p ∧ q) → (p → q)

T

T

T

T

T

T

F

F

F

T

F

T

F

T

T

F

F

F

T

T

The final column shows that the expression is a tautology, meaning it is always true regardless of the truth values of p and q.

New answer posted

a month ago

0 Follower 2 Views

V
Vishal Baghel

Contributor-Level 10

1 = (2-1)¹ (The n is likely 1).
3? = (7-4)³ (This seems to be a pattern matching (a-b)^c).
4²? = (12-8)? ! = 4²?
The blank space must be (5-3)² = 2² = 4.

New answer posted

a month ago

0 Follower 4 Views

V
Vishal Baghel

Contributor-Level 10

Evaluate the integral:
∫ (2x-1)cos (√ (4x²-4x+6) / √ (4x²-4x+6) dx
∫ (2x-1)cos (√ (2x-1)²+5) / √ (2x-1)²+5) dx

Let (2x-1)² + 5 = t².
Differentiating both sides:
2 (2x-1)*2 dx = 2t dt
2 (2x-1) dx = t dt
(2x-1) dx = (t/2) dt

Substitute into the integral:
∫ cos (t)/t * (t/2) dt
= 1/2 ∫ cos (t) dt
= 1/2 sin (t) + C
= 1/2 sin (√ (2x-1)²+5) + C
= 1/2 sin (√ (4x²-4x+6) + C

New answer posted

a month ago

0 Follower 3 Views

V
Vishal Baghel

Contributor-Level 10

Given the equations:
t? (A + 2B) = -1 which expands to t? (A) + 2t? (B) = -1 . (I)
t? (2A - B) = 3 which expands to 2t? (A) - t? (B) = 3 . (II)

Solving equations (I) and (II) simultaneously, we get:
t? (A) = 1
t? (B) = -1

Therefore, t? (A) - t? (B) = 1 - (-1) = 2.

Get authentic answers from experts, students and alumni that you won't find anywhere else

Sign Up on Shiksha

On Shiksha, get access to

  • 65k Colleges
  • 1.2k Exams
  • 687k Reviews
  • 1800k Answers

Share Your College Life Experience

×
×

This website uses Cookies and related technologies for the site to function correctly and securely, improve & personalise your browsing experience, analyse traffic, and support our marketing efforts and serve the Core Purpose. By continuing to browse the site, you agree to Privacy Policy and Cookie Policy.