Community Profile

photo

Reelz


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Bandpass filtering with noise sequence
Hi guys, I am trying to make a filtered noise sequence with a nonzero spectrum between f1 = 100 and f2 = 300 Hz. However, my fol...

8 years ago | 1 answer | 0

1

answer

Question


Ski Jump HELPPPP
I want to design this: The ski jump starts at a height of h feet and finishes at a launch point height of eh feet, where he...

12 years ago | 2 answers | 0

2

answers

Question


Jetty Problem
Typical Jetty Problem, problem with my code though? (specifically the line prob = 100 * nsafe / n;) Why doesn't this work? Al...

12 years ago | 1 answer | 0

1

answer

Question


Writing a sin function program dealing with factorials, help in editing and error?
I am trying to write a specific program involving the sine function and factorials. The problem states that: sin(x) = x ...

12 years ago | 2 answers | 0

2

answers

Question


Collatz Sequence Plotting Issue
I have written code for the collatz problem, and performed some plotting for the number of steps versus the integer values. But ...

12 years ago | 1 answer | 0

1

answer

Question


Computing vectors using a square n by n matrix. Seems easy but is tricking me.
I am given a square _n_ by _n_ matrix _A_ , a column vector _v_ of _n_ entries, and a vector _c_ with entries _c1,c2,c3,....ck_,...

12 years ago | 1 answer | 0

1

answer

Question


Writing a program for generating random numbers involving a circle and a square, help please??
A circle of radius 1 is centered in a square target with sides of length 2. The are of the circle to the are of the square is pi...

12 years ago | 1 answer | 0

1

answer

Question


The Collatz Problem, help writing a program for this?
Here is the collatz problem: X_k+1 x_k/2 if x_k is even { f...

12 years ago | 1 answer | 0

1

answer

Question


Trying to write a program to implement Euler's Algorithm????
I am trying to write a program to implement Euler's algorithm. I know that the greatest common divisor of (a,b,c) = gcd(gcd(a,b)...

12 years ago | 1 answer | 0

1

answer

Question


Writing a quadratic equation program to satisfy a solution. I am very confused help please.
I am trying to write a program in which two solutions, v and w, of the quadratic equation q(x) = ax^2 + bx +c = 0, that satisfie...

12 years ago | 1 answer | 0

1

answer

Question


Writing a matlab program to create a matrice column by column?
I am trying to write a matlab program to create a matrice column by column and whose entries are columnwise successive integers,...

12 years ago | 1 answer | 0

1

answer

Question


Writing a matlab program that is diagonally dominant? Very confused help please.
Here's what I am trying to do: Write a matlab program which determines whether a given _n_ by _n_ matrix A is strictly diagonal...

12 years ago | 2 answers | 1

2

answers

Question


MATLAB Matrice Function Question help please?
I am trying to write a matlab program which creates an n by n matrix with the following: a = [0 1 2 3 4; 1 0 1 2 3; 2 1 0 1 2...

12 years ago | 3 answers | 0

3

answers