photo

Natalya Kavetska


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

1 Question
0 Réponses

Cody

0 Problèmes
20 Solutions

RANG
38 490
of 300 857

RÉPUTATION
1

CONTRIBUTIONS
1 Question
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
1

RANG
 of 21 097

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
28 545
of 171 361

CONTRIBUTIONS
0 Problèmes
20 Solutions

SCORE
180

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Thankful Level 1
  • Promoter
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


What do you get if you multiply six by nine?
The Hitchhiker's Guide to the Galaxy based task. Tip: n-base numeral system

environ 9 ans il y a

A résolu


Find Adjacency Matrix
Graph is undirected. (s,t) in node pairs. Please, return full storage version of the matrix.(use _full(A)_ ) Input: s...

environ 9 ans il y a

A résolu


Find the Sum of the Series:
<<https://psv4.vk.me/c810428/u48725350/docs/03e9821af0aa/for.jpg?extra=iyw_6UQfL0GhDJ2NtppzhQFjAvaCe79tBk0IIpSRcn5jRJvUgdAe4u7KP...

environ 9 ans il y a

A résolu


Find the sum of the negative elements under the main diagonal.
Example Input A=[1 2; -3 0] Output -3

environ 9 ans il y a

A résolu


Solve the system of equations.
_Ax=b_ * _A_ - square coefficient matrix * _b_ - right side column vector Find vecor _x_.

environ 9 ans il y a

A résolu


Numerate input arguments
For every input, output the number. Example: [a, b] = Test('first', 'second') a=1; b=2;

environ 9 ans il y a

A résolu


Find area.
Suppose <<https://www.mathworks.com/help/examples/matlab/ImproperIntegralExample_eq17103907294130514984.png>> b=Inf. Fi...

environ 9 ans il y a

A résolu


Calculate the eigenvalues of A.
Calculate the sum of the eigenvalues of A. If it's odd return cubed else return 54.

environ 9 ans il y a

A résolu


Find the product of the positive elements above the main diagonal.
Example Input A=[1 2; -3 0] Output 2

environ 9 ans il y a

A résolu


Return amount of palindromes in the string.
Example Input: s='eye story pop dictionary noon enjoy software moon' Output: amount=3

environ 9 ans il y a

A résolu


Calculate the centroid of a triangle
Info: https://en.wikipedia.org/wiki/Centroid Example Input: x = [0 0 1]; % x-coordinate y = [0 1 0]; % y-coordinat...

environ 9 ans il y a

A résolu


Find matrix of indices for multidimensional matrix.
Given some multidimensional matrix A. Get a matrix of the same size as A where all elements are replaced by their index along th...

environ 9 ans il y a

A résolu


Create cotangent function out of sine.
Please, don't use cos, tan, cot matlab functions.

environ 9 ans il y a

A résolu


Return the length of the longest word in the string.
Example: Input s='A fractal is a natural phenomenon or a mathematical set that exhibits a repeating pattern that display...

environ 9 ans il y a

A résolu


Check if a string starts with another string
Input s='He was so tired' q='He' Output ans = true

environ 9 ans il y a

A résolu


Return ! if array element starts with a certain letter. Otherwise return ?
Input x=['try' 'once' 'more']; s='t' Output ans='!' Input x=['try' 'once' 'more']; s='O' Output ...

environ 9 ans il y a

A résolu


Solve the following boundary value problem
Return the sum of sum(res.y) y"+|y|=0 y(0)=a y(4)=b Tip: use bvp4c

environ 9 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

environ 9 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

environ 9 ans il y a

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 9 ans il y a

Question


How to get second derivative in symblolic toolbox?
my expretion = cos(x*t^2)+x^2+4*t^3); how to get second derivative by t?

plus de 9 ans il y a | 1 réponse | 1

1

réponse