Statistiques
6 Questions
0 Réponses
RANG
207 758
of 300 343
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 926
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 172
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to use monte carlos method without using rand()
I am trying to find a mass between 2 surfaces using monte carlos. Is there any way to use monte carlos without using the rand()...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to find the eigenvectors for multiple degree of system?
i have a 3DOF system trying to find the eigenvalues and eigenvector associated to the system. I used this matlab code to do it a...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to solve 4th order Runge-Kutta for different initial conditions?
I have a code that solves the 2 populations with 1 initial conditions and just plot that. How do I make 2D plots for different i...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to find the maximum value from a matrix without using max syntax?
I have to find a max value without using matlab built in max syntax. The code I have that I want to change the max syntax to f...
plus de 3 ans il y a | 3 réponses | 0
3
réponsesQuestion
How to get the correct answer for LU Decomposition with partial pivoting?
I am trying to solve a matrix using LU decomposition with crout's method with partial pivoting. I found this code online at this...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to create matrix array using while loop and time increment?
I have a problem where i want to solve a problem where an apple falls from a tree from 3m before hitting the ground. Assuming th...
plus de 3 ans il y a | 2 réponses | 0
