Answered step by step
Verified Expert Solution
Question
1 Approved Answer
in python please - Write a program to roughly carry out the optimization problem inherent in A, namely maxx=OnxAx. The program should take an arbitrary
in python please
- Write a program to roughly carry out the optimization problem inherent in A, namely maxx=OnxAx. The program should take an arbitrary mn matrix A and sample over 100000 random vectors xRn (and use Gaussian random numbers) to approximately pick the maximum. Compute and empirically show that the analytic solution is an upper bound for the search. Argue if you have really shown anything and/or if the empirical search is merely suggestive (that is, it is not a proof of anything). For demonstration purposes, use m=9 and n=6. The matrix entries can also be randomly chosen Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started