Community Profile

photo

Nezar Ayoub


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


write a matlab code to find the value of x and y, at which p(x)=p(y)
p(y)=2y^2-1 p(x)=3x^5-2x^3+x+5 ________ I try to do it by answering this x=0:0.1:5 p(y)=[2 0 -1] p(x)=[3 0 -...

6 years ago | 0 answers | 0

0

answers

Question


Determine the two solutions of the equation X^3-e^0.8x=20 between x=0 and x=8
Use for loop and while loop to find the answer, and write down the steps

6 years ago | 0 answers | 0

0

answers

Question


My professor assigned me to do the this homework with two numbers and writing a code that find which one is the prime for these two numbers
Write a user-defined function that determines if a number is a prime number. Name the function pr=Trueprime(m), where the input...

6 years ago | 1 answer | 0

1

answer