torabi

85 Reputation

3 Badges

8 years, 345 days

MaplePrimes Activity


These are questions asked by torabi

Hello,

How I can remove this error.

also, i want to find answer via fsolve.

Error, (in fsolve) too many levels of recursion.

Thanks.

test.mw

how I can find solutions for non linear equations.

I want to find non zero solution.

thank you

ZAH.mw



Maple Worksheet - Error

Failed to load the worksheet /maplenet/convert/ZAH.mw .
 

Download ZAH.mw

How I can extract data about figure as matrix format.

I want to save data from figure as matrix for each curve in figure as i.e.,  x and y .

for example as this format.

fig10.mw

sol := Vector[column](4, [` 1001 x 4 `*Matrix, `Data Type: `*anything, `Storage: `*rectangular, `Order: `*Fortran_order])

 

how I can determied  this integral in figure below or compute area in figure which adressed in the following website?

https://en.m.wikipedia.org/wiki/Spherical_cap

how I can write taylor function for following example.

I want to gain an answer similar to the image result by using taylor function.

tylor.mw
 

P27 := f(x+fNx/`Δx`, y+(`Δy`-fNy)/`Δy`, z+fNz/`Δz`)

f(x+fNy/`Δx`, y+(`Δy`-fNy)/`Δy`, z+fNz/`Δz`)

(1)

with(MultiSeries)

taylor(P27, x = 0)

series(f(fNy/`Δx`, -(-y*`Δy`+fNy-`Δy`)/`Δy`, (z*`Δz`+fNz)/`Δz`)+(D[1](f))(fNy/`Δx`, -(-y*`Δy`+fNy-`Δy`)/`Δy`, (z*`Δz`+fNz)/`Δz`)*x+((1/2)*(D[1, 1](f))(fNy/`Δx`, -(-y*`Δy`+fNy-`Δy`)/`Δy`, (z*`Δz`+fNz)/`Δz`))*x^2+((1/6)*(D[1, 1, 1](f))(fNy/`Δx`, -(-y*`Δy`+fNy-`Δy`)/`Δy`, (z*`Δz`+fNz)/`Δz`))*x^3+((1/24)*(D[1, 1, 1, 1](f))(fNy/`Δx`, -(-y*`Δy`+fNy-`Δy`)/`Δy`, (z*`Δz`+fNz)/`Δz`))*x^4+((1/120)*(D[1, 1, 1, 1, 1](f))(fNy/`Δx`, -(-y*`Δy`+fNy-`Δy`)/`Δy`, (z*`Δz`+fNz)/`Δz`))*x^5+O(x^6),x,6)

(2)

``


Download tylor.mw

 

2 3 4 5 6 7 8 Last Page 4 of 19