photo

Konstantin Ninidze


Last seen: alrededor de 1 año hace Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Professional Interests: math

Estadística

All
  • First Answer
  • 5-Star Galaxy Level 1
  • First Submission

Ver insignias

Feeds

Ver por

Respondida
Anonymous Function Differentiation Problem?
you can try my function: handle_to_sym: function Fs=handle_to_sym(F) % input F function_handle % output Fs symbolic expre...

más de 3 años hace | 0

Respondida
How to draw a simple triangle?
Try this: p = nsidedpoly(3, 'Center', [1 ,1], 'SideLength', 1); plot(p);

más de 3 años hace | 2

Enviada


Konstantine Ninidze professor Sokhumi State University
script draws minimal circumscribed circle bounding the polygon, obtained by user input

alrededor de 4 años hace | 0 descargas |

Enviada


Matlab code for function y=newton_modif(g,x0,o)
NEWTON_MODIF tries to find the root of an equation g(x)=0

alrededor de 5 años hace | 1 descarga |

Enviada


lattitle
MATLAB function h= lattitle(exp,n)

alrededor de 5 años hace | 0 descargas |

Pregunta


How to set different fontsize for multiline title with text and latex formula
sol= dsolve('D2y+2*Dy=exp(x)','y(0)=1','Dy(0)=0','x'); line1=[' solution is']; line2=['$' latex(sol) '$']; ezplot(sol,[-2,0]...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Enviada


Banach's match problem
A classic problem in probability attributed to Stefan Banach

más de 13 años hace | 1 descarga |

Enviada


Monte Carlo method for estimating plane figure area
An area S(A) of a figure A, bounded by a Jordan curve is calculated.

más de 13 años hace | 2 descargas |

Enviada


Montecarlo method of pi calculation
Montecarlo method of pi calculation. No loops!!!

más de 13 años hace | 1 descarga |