Gelöst


Rearrange coefficients after block based DCT transform.
Two dimensional block-based discrete cosine transform <http://en.wikipedia.org/wiki/Discrete_cosine_transform#DCT-II (DCT-II)> i...

mehr als 5 Jahre vor

Gelöst


Graph Algorithms - 2 : Chromatic Number
Chromatic number of a graph is the minimum number of distinct colors required to color all the vertices of the graph such that n...

mehr als 5 Jahre vor

Beantwortet
How to calculate the conditional probability of an event?
Actually, I believe that p(C|A) would be: y = strfind(array, 'A'); N_A = length(y); p_CA = N_AC/N_A; There is one further th...

mehr als 5 Jahre vor | 1

Gelöst


SatCom #6: Inclination of a Sun-Synchronous Orbit
*Satellite and Space Engineering - Problem #5* _This is part of a series of problems looking at topics in satellite and space...

mehr als 5 Jahre vor

Beantwortet
How to calculate the conditional probability of an event?
Myriam, If A, B and C were variables with the values 1, 2 and 3, then in your example: array = [1, 1, 2, 1, 3, 1, 2, 2, 2, 3, ...

mehr als 5 Jahre vor | 0

Gelöst


Alternative Scoring. Create an incremental spiral.
This problem is created to test an alternative Cody scoring system. It is based on the current one, but few changes are introduc...

mehr als 5 Jahre vor

Gelöst


Fletcher-Reeves Conjugate Gradient Method
Write a function to find the values of a design variable vector, _x_, that minimizes an unconstrained scalar objective function,...

mehr als 5 Jahre vor

Gelöst


Quasi-Newton Method for Unconstrained Minimization using BFGS Update
Write a function to find the values of a design variable vector, _x_, that minimizes an unconstrained scalar objective function,...

mehr als 5 Jahre vor

Gelöst


Partial pivoting for Gauss Elimination
Write a function to implement partial pivoting for Gauss elimination, given the pivot element.

mehr als 5 Jahre vor

Beantwortet
How to calculate the conditional probability of an event?
Hello Myriam. It is not clear whether A, B, and C here are text characters, or if they have numeric values. If we assume they...

mehr als 5 Jahre vor | 1

| akzeptiert

Beantwortet
trigonometric non linear equation
I have no idea what this question is about, but I do notice that some of the expressions are surrounded with curly braces { } ra...

mehr als 5 Jahre vor | 1

| akzeptiert

Gelöst


find side of shape

mehr als 5 Jahre vor

Gelöst


determine if the input is positive

mehr als 5 Jahre vor

Gelöst


Britney unfolded
You have a long, narrow strip of paper. You are going to fold this strip of paper length-wise in half, than fold the folded stri...

mehr als 5 Jahre vor

Gelöst


let y be the inverse of x

mehr als 5 Jahre vor

Gelöst


create a matrix [x,y]

mehr als 5 Jahre vor

Gelöst


Number Puzzle - 119

mehr als 5 Jahre vor

Gelöst


Number Puzzle - 118

mehr als 5 Jahre vor

Gelöst


Histogram of histogram
Histogram of histogram (HoH) is a useful measure concerning the distribution of random data, which has diverse applications in d...

mehr als 5 Jahre vor

Gelöst


Mean = Standard Deviation
Create a series with following properties; # All of the members should be positive integer # Mean of the series should be in...

mehr als 5 Jahre vor

Gelöst


List prime anagrams of a number

mehr als 5 Jahre vor

Gelöst


Backgammon Pip Count
Representation of a backgammon board White stones represented by positive integers Red stones represented by negative intege...

mehr als 5 Jahre vor

Gelöst


Sequential Unconstrained Minimization (SUMT) using Interior Penalty
Write a function to find the values of a design variable vector, _x_, that minimizes a scalar objective function, _f_ ( _x_ ), g...

mehr als 5 Jahre vor

Gelöst


Differential equation and events
You have to solve the non-linear time variant differential equation: (cos(y)+2)*y''+atan(y)*sin(0.01*t)^2+y*sin(0.5*t)=0 ...

mehr als 5 Jahre vor

Mehr laden