数值科学计算

c语言 数值计算代写 COSC2500/7500

COSC2500/7500 Numerical Methods in Computational Science Programming Exercise Weight: 10%, Due: 11th October, 2018. Marcus Gallagher Submission For this assignment, submit (via blackboard): A document (pdf) giving answers to the questions attempted, including any working or comments you wish to make. C code files (plain text files). A single .c file (modified verison of the

c语言 数值计算代写 COSC2500/7500 Read More »

matlab数值优化代写: NUMERICAL OPTIMISATION ASSIGNMENT 2

NUMERICAL OPTIMISATION TUTORIAL 2 MARTA BETCKE KIKO RUL·LAN (a)  Code backtracking line search, steepest descent and Newton’s algorithms. See Cody Courseworks for more guidance. Submit your implementation via Cody Coursework. [30pt] (b)  Apply steepest descent and Newton’s algorithms (with backtracking line search) to minimise the Rosenbrock function f(x)=100(y−x2)2 +(1−x)2. Set the initial point x0 =

matlab数值优化代写: NUMERICAL OPTIMISATION ASSIGNMENT 2 Read More »

matlab数值优化代写: NUMERICAL OPTIMISATION ASSIGNMENT 1

NUMERICAL OPTIMISATION ASSIGNMENT 1 MARTA BETCKE KIKO RUL·LAN EXERCISE 1. Given the following function f(x,y)=2x+4y+x2 −2y2 (a)  Visualise the function and its contours. Submit your solutions via Turnitin. (b)  Calculate the contours analytically. Submit your solutions via Turnitin. (c)  Calculate the gradient analytically. Find the stationary points and classify them i.e. are them minima, maxima

matlab数值优化代写: NUMERICAL OPTIMISATION ASSIGNMENT 1 Read More »

matlab数值优化代写: NUMERICAL OPTIMISATION ASSIGNMENT 0

EXERCISE 1. NUMERICAL OPTIMISATION ASSIGNMENT 0: EXAMPLE MARTA BETCKE KIKO RUL·LAN (a)  Write a Matlab function that implements the Rosenbrock function f(x,y)=100(y−x2)2 +(1−x)2. Be careful to implement a function that can be evaluated at many points simulta- neously. Submit your implementation via Cody Coursework. (b)  Create a two dimensional grid using Matlab’s command meshgrid. Plot

matlab数值优化代写: NUMERICAL OPTIMISATION ASSIGNMENT 0 Read More »