Community Profile

photo

Chloe St John


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


In the output my matrices keep coming up as 1.0e+0.3* and then the matrix. the numbers are already small
In the output my matrices keep coming up as 1.0e+0.3* and then the matrix. the numbers are already small and this ends up gettin...

4 years ago | 1 answer | 0

1

answer

Question


im trying to implement a user-defined function
im trying to a implement a function for the relationship: ya = sin((2/(x+2))-3).^3 this is what i have as my code and nothin...

5 years ago | 1 answer | 0

1

answer

Question


implementing a script that asks f
Hi i think the way to do this is a while loop im just not sure about part of it: whenever the script is an odd number , i would...

5 years ago | 1 answer | 0

1

answer

Question


trying to find solutions to functions
trying to find at least one solution for the following equations(individually - not on solution that fits both functions): ya(x...

5 years ago | 1 answer | 0

1

answer

Question


solving linear systems of equations
i want to solve the following linear systems: a) 2y+3x-7z=6 3z+5x-y=10 -4x+y+z=4 b) 2y+3x-7z=6 3z+5x-y=10 -4y-6x+14z=-...

5 years ago | 4 answers | 0

4

answers

Question


indexing to find elements between 2 values in a matrix
I have created a random 5x5 matrix called M6 i'm trying to using indexing, define an array containing all elements of M6 that a...

5 years ago | 1 answer | 0

1

answer

Question


integral and derivatives of a function
trying to attain the integral and derivative of a function, and then plot the derivative ya(x)=sin^3((2/(x+2))-3) i saved the ...

5 years ago | 2 answers | 0

2

answers

Question


problem with integration of a function
I have created a user-defined function for yb(x)=10x^2exp(-2x)[sin(3x-pi)+cos(x^2)] code shown below (saved as b3.m) : fun...

5 years ago | 1 answer | 0

1

answer

Question


tring to plot the 3d and contour levels of a function
the function is z(x,y) = cos(2y-x)sin(2x) with the range of x and y values mentioned in the code. my code: clc clear ...

5 years ago | 1 answer | 0

1

answer