Which of the following is a numerical method for eigenvalue problems? 

A

Gauss elimination

B

Power method

C

Newton interpolation

D

Trapezoidal rule

উত্তরের বিবরণ

img

Power Method হলো একটি iterative numerical technique, যা কোনো ম্যাট্রিক্সের সবচেয়ে বড় (dominant) eigenvalue এবং তার সংশ্লিষ্ট eigenvector নির্ণয়ের জন্য ব্যবহৃত হয়। এটি বিশেষভাবে linear algebraengineering computation-এ কার্যকর।

মূল তথ্যসমূহ:

  • Eigenvalue সমস্যা: কোনো ম্যাট্রিক্স A-এর জন্য সমীকরণটি হয় —

    Av=λvA v = \lambda v

    এখানে λ (lambda) হলো eigenvalue এবং v হলো সংশ্লিষ্ট eigenvector।

  • Power Method-এর কাজ:

    • এটি একটি প্রাথমিক ভেক্টর (initial vector) দিয়ে শুরু করে।

    • বারবার A × v গণনা করে ভেক্টরকে নরমালাইজ করে যতক্ষণ না তা dominant eigenvector-এর দিকে কনভার্জ করে।

    • এর মাধ্যমে পাওয়া যায় সবচেয়ে বড় eigenvalue এবং তার eigenvector

  • ব্যবহারক্ষেত্র: বড় ম্যাট্রিক্সে, যেখানে সব eigenvalue বের করা computationally ব্যয়বহুল, সেখানে Power Method সবচেয়ে কার্যকর সমাধান দেয়।

ভুল বিকল্পসমূহ:

  • ক) Gauss Elimination: এটি রৈখিক সমীকরণ (system of equations) সমাধানে ব্যবহৃত হয়, eigenvalue নির্ণয়ে নয়।

  • গ) Newton Interpolation: এটি ডেটা ইন্টারপোলেশনের জন্য, eigenvalue সমস্যার জন্য নয়।

  • ঘ) Trapezoidal Rule: এটি সংখ্যাগত ইন্টিগ্রেশন-এর পদ্ধতি, eigenvalue নির্ণয়ে প্রযোজ্য নয়।

অতএব, Power Method ব্যবহৃত হয় ম্যাট্রিক্সের dominant eigenvalue ও eigenvector নির্ণয়ের জন্য, তাই সঠিক উত্তর খ) Power method

Unfavorite

0

Updated: 2 days ago

Related MCQ

A router processes packets @1 Gbps; if 10 packets (1200 bytes each) arrive at once, queuing delay for the 10th packets (in µs) is:

Created: 4 days ago

A

96

B

86.4

C

115.2

D

120

Unfavorite

0

Updated: 3 days ago

Which phase in the compiler design performs data type checking?

Created: 2 days ago

A

Lexical analysis 

B

Syntax analysis

C

Semantic analysis

D

Code generation

Unfavorite

0

Updated: 2 days ago

 Greedy methods guarantee an optimal solution when: 

Created: 2 days ago

A

Overlapping subproblems exist 

B

Problems have optimal substructure and greedy choice property

C

Divide and conquer can be applied

D

Subproblems are independent

Unfavorite

0

Updated: 2 days ago

© LXMCQ, Inc. - All Rights Reserved

Developed by WiztecBD