Mechanical Engineering > Gate 2024 > Linear Equation
Consider the system of linear equations
π‘₯ + 2𝑦 + 𝑧 = 5
2π‘₯ + π‘Žπ‘¦ + 4𝑧 = 12
2π‘₯ + 4𝑦 + 6𝑧 = 𝑏
The values of π‘Ž and 𝑏 such that there exists a non-trivial null space and the system admits infinite solutions are
A
π‘Ž = 8, 𝑏 = 14
B
π‘Ž = 4, 𝑏 = 12
C
π‘Ž = 8, 𝑏 = 12
D
π‘Ž = 4, 𝑏 = 14

Explanation

Correct : a

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science