A soumis


JOS_SVD(G)
This program computes the SVD of a matrix using Jacobi method

presque 7 ans il y a | 3 téléchargements |

A soumis


Kelvins functions
functions compute kelvink (Ker and Kei) and kelvinb(ber and bei)

presque 7 ans il y a | 5 téléchargements |

Thumbnail

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

environ 7 ans il y a

A résolu


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

environ 7 ans il y a

A soumis


RK45(dydt, trange, yinit, tol)
RK45 is like matlab's ode45. its can be used on octave as it comes without ode solver.

environ 7 ans il y a | 4 téléchargements |

Thumbnail

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

environ 7 ans il y a

A soumis


cypherroots(a)
This algorithm computes roots of polynomials using newton raphson method

environ 7 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Bairstow(a)
Computes roots of polynomial

environ 7 ans il y a | 1 téléchargement |

Thumbnail

A soumis


HowarthsTransformation(varargin)
HowarthsTransformation.m file solves HowarthsTransformation of boundary layer problem .

plus de 7 ans il y a | 1 téléchargement |

Thumbnail

Question


how to create classes in matlab
How to create classes of special data type, overload operators for them and use them in further calculations

plus de 7 ans il y a | 1 réponse | 0

1

réponse

A soumis


boundarylayerblasius
This is a small m file intended to solve students how to solve boundary layer problem with matlab

plus de 7 ans il y a | 4 téléchargements |

Thumbnail

Réponse apportée
Is there any concept like dictionary or hash tables in matlab like in Python?
Yes. c = containers.Map c('foo') = 1 c(' not a var name ') = 2 keys(c) values(c)

presque 8 ans il y a | 18

Réponse apportée
How to solve a second order linear differential equation with a heaviside function
Since its a second order differential equation, there is no need for y''(0) and since you want to solve numerically, you can ...

presque 8 ans il y a | 0

Réponse apportée
why my iteration prog doesn't work ?
increase your number of iteration, you will meet the tolerance target

presque 8 ans il y a | 0

Réponse apportée
How to find input data that best matches given output data
I guess this is what you wanted fs/2 = 5e11 length(x) = 958576 freq = transpose([10.7 11.213 11.725 12...

presque 8 ans il y a | 0

Réponse apportée
How to write and solve system of differential equations?
This is a pde. To solve this problem, I suggest you use method of lines. Discretize the equation in space. let the solution at e...

presque 8 ans il y a | 1

A soumis


Numerical Laplace Transform
Often times, we are faced with the need to compute the laplace ransfrom of complex function.

presque 8 ans il y a | 3 téléchargements |

Réponse apportée
Remove the discontinuity from tan(x) where odd multiples of pi/2
x=linspace(-2*pi,2*pi,200); f=tan(x); f(abs(diff([0 f])) > 15) = NaN;

plus de 8 ans il y a | 0

A soumis


Flash Calculations
This file helps you to compute the split in vapour and mole fractions in vapour and liquid

presque 9 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Darcy–Weisbach friction factor
Darcy–Weisbach friction factor

environ 9 ans il y a | 4 téléchargements |

A soumis


Rotate function
The function Rotatefxn3D is a numerical analogy of the Maple rotating function Rotate

environ 9 ans il y a | 1 téléchargement |

Thumbnail

A soumis


myanalogueclock
Analogue clock

plus de 9 ans il y a | 1 téléchargement |