Minimize with python
You are given a matrix A, vector b and scalar α. Calculate x such that it minimizes the residual for Ax≅b and x2 such that it minimizes the regularization condition. Also calculate the residual and norm for both.
code below
import numpy as np
import scipy.sparse
INPUT:
A:numpyarray of shape(m, n)b:numpyarray of shape(m,)alpha: Python float
OUTPUT:
x:numpyarray of shape(n,)that minimizes the residual.x2:numpyarray of shape(n,)that minimizes the L2-regularization condition.norm_x: Norm ofx.norm_x2: Norm ofx2.residual_x: Norm of the residual ofx.residual_x2: Norm of the residual ofx2.
n = np.random.randint(100, 200)
A = scipy.sparse.diags([-1,2,-1],[-1,0,1],shape=(n, n//4)).A
b = np.ones(n)
alpha = 1.5
8 years ago
15
Answer(1)![blurred-text]()
![]()
Purchase the answer to view it

NOT RATED
- matrixAvectorbandscalar..docx
other Questions(10)
- MN551-01 unit 7 quiz answers
- Quantitative Methods
- Need Help with Finance assigment for Sunday before noon
- BUS 642 WEEK 1 to WEEK 6 ALL ASSIGNMENTS INCLUDING FINAL PAPER
- environmental science unit 5 individual project
- MT450 A4
- Assignment
- Assignment 1: The Evolution of the Prison System
- Accounting Assignment
- Explain the lead acid battery with a photographic details