Feeds
提问
How can I get the area of each polygon of a voronoi diagram?
I need to find areas of all the polygons inside a voronoi diagram and then alot diffrent properties based on different areas. I ...
6 years 前 | 1 个回答 | 0
1
个回答提问
Summation of series with two index m,n
Hi, I'm trying to simulate the following math equation( please see attached file name as equation). There is term name is d1 ...
6 years 前 | 0 个回答 | 0
0
个回答提问
Numerical solutions of equation
I'm trying to solve the following equation with respect to b I need to find the value of b code is clear all E=1.5e...
6 years 前 | 1 个回答 | 0
1
个回答提问
Matalb 2012 compatibility how to tun Matlab 2015 code at Matlab 2012
I had a code for Matlab 2015 version for some reason I have to run it at Matlab 2012 Version but when I ran this code Matlab 2...
7 years 前 | 1 个回答 | 0
1
个回答提问
Solution of trigonometric equation
I have to find the solutions of scale_length=(Esi*tan(pi*tox./x)-Eox*cot(pi*tsi./(2*x))) %(1) or (Esi*tan(pi*tox./...
7 years 前 | 1 个回答 | 0
1
个回答提问
Time Complexity of Double Integration
I'm trying to run the following code as clc %--------Define Constants all are in MKS-------% q=1.602e-19; h=8....
7 years 前 | 1 个回答 | 0
1
个回答提问
Fourier Coefficient Plots with variable n or m
I'm trying to plot Dsf w.r.t n for a particular m or vice versa code is attached with this How can I get the Plot of Dsf w.r...
7 years 前 | 1 个回答 | 0
1
个回答提问
Hyperbolic Functions series convergence issue
I'am trying to run a code which has attached with this i'am getting answer as NAN i think the reason behind this is because of...
7 years 前 | 1 个回答 | 0
1
个回答提问
problem in iteration code
please refer my last comment before start working on this code i have to find the value of y(i) till y(i)-y(i-1)<=2.59e-4 ...
8 years 前 | 1 个回答 | 0
1
个回答提问
finding the minimum value of a function and corresponding x_min
now after running this code we got plot like parabola by figure anyone can find what is the minimum value of phi1 and at which...
8 years 前 | 1 个回答 | 0
1
个回答提问
Trying to Find the solution of trigonometric equation
i am trying to solve Esi*tan(pi*tox/y)-Eox*cot(pi*tsi/(2*y))=0 for finding the value of y where Esi=11.68*8.85e-12; Eox=...
8 years 前 | 2 个回答 | 0
2
个回答提问
solution of a elliptical integral
i am trying to find the value of k in given code as i increases m i don't get one value of k because ok m increases power of k i...
8 years 前 | 1 个回答 | 0
1
个回答提问
integration using Legendre elliptical function
i am trying to perform integrate f(x)=1/sqrt(1-(k^2)*sin(x)*sin(x)) , where k is a constant 0<k<1 and limit of x is 0 to pi/...
8 years 前 | 1 个回答 | 0
1
个回答提问
plotting a mathematical expression
i am plotting a mathematical code phi_u given in attached file i observed that values of o and p are changing w.r.t x but values...
8 years 前 | 1 个回答 | 0
1
个回答提问
Using simpson 1/3 rule for double integration I want to give first only y limit then after getting this integration I want to give x limit f(x,y)=sin(x)(A1sinh(y)+B1sinh(b-y))+ C1sin(x)*sinh(b-y)+D1sin(x)*sinh(y)+E1sinh(Lx)* sin(y)+sinh(x)*sin(y)
is there a method in simpson 1/3 rule for double integration that first i give only y limit after getting this integration i giv...
9 years 前 | 1 个回答 | 0
1
个回答提问
Y axis has limt e-20 to e-4 when I plot this y axis is multiply by e-4 and values like e-18,e-17 .. are showed near to x axis I want that y axis start from e-20 and have increasing step of e1 end at e-4 answer it plz
i want y axis have e-20 e-19 e-18 e-17.... like value
9 years 前 | 2 个回答 | 0