Community Profile

photo

Aidan O'Reilly


Coventry University

Active since 2011

Followers: 0   Following: 0

Message

I'm studying my first year of Mathematics at Coventry University which requires coursework using Matlab.

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Why doesn't this file work?
function [lengths, angles, area] = vectors(A,B,C) lengths=[norm(C-B), norm(A-C), norm(A-B)]; angles = [acosd(dot(A-B,A-C)/norm...

13 years ago | 1 answer | 0

1

answer

Question


Writing an M-file for an iteration of x=cos(x)
I've been asked this question: Find an iterative formula (using Newton-Raphson for example) for solving the equation x = cos(x)...

13 years ago | 2 answers | 0

2

answers