Items tagged with derivative derivative Tagged Items Feed

differentiate functions

February 01 2012 by thuynh 5

create the function f(x)=(x2,x=<0), (2x, 0<x<1), (2sin(Pi.x/2),x>=1). how do you find derivative in one command and integrate f(s)ds from -1 to 2.

 


 

Hi,

I would like to discribe the following function.

w(ξ,s):=N(s)*w(ξ)

N(s) and w(ξ) are both matrix. I have defined N(s) but will be searching for w(ξ) much later in the process. Why does it not allow me to define a partial derivative of w(ξ) now for future use? d/dξ(w(ξ)) is not allowed. it says that "Error, invalid input: w uses a 2nd argument, s, which is missing". But my w(ξ) only depends on the variable ξ.

2nd question, how do i tell maple that x...

Hi everybody,

during testing the physics package I tried the following example

with(Physics):

Setup(anticommutativeprefix = {Q});

G:= Intc(Q1(x),Q2(y),x,y);

Fundiff(G,Q2(u));

The output of the last command seems to be wrong. The Maple Help does not say anything about functional derivatives with respect to anti commuting functions.

Is there a possibility to perform such functional derivatives with respect to anti commuting functions in Maple?...

Hi,

I need help of your expertize in solving the following queries:

I would start with a sample equation:

Eq1 = u_{xxxx} + u_{xxyy} - v_{xxxy} - v_{xyyy}
where u_{xxxy} represents 4th order pde of u i.e. d^4/(dx^3 dy).

I get a equation similar to Eq1 (but quite complicated) on solving the
equilibrium equations. I would like to collect the similar derivatives
for variable u and v together like

Eq2 = d^2/d x^2 ( u_{xx} + u_{yy} ) - d^2/dx dy ( v_{xx} + v_{yy} )

series approximation

December 05 2011 by icegood 200 Maple

In next procedure i calculated 1st derivative of H in y=0 via series approximation. And i see that some terms of series are missed. If i would raise second parameter to cnt+20 for FuncToSeries in GetLimitsArray it becomes better. But why it's not OK with even cnt+8? series_test.mw

Over the weekend I was attempting to estimate the tension change in a bicycle spoke due to an applied load.  After various simplifications and approximations, the problem was reduced to the following.

Given a constraint, F(x,y) = 0, and functions G(x,y) and H(x,y), find dG/dH at a particular point, here (0,0). 

The constraint, F, was sufficiently complicated that solving for either variable was not feasible, so implicit differentiation seemed the best...

main.mw

Please, start attach from beginning till that place where 

How to solve this problem in maple?
Decide which of three lines given are tangent to the graph of f(x) at given points.
The function to define is f(x)=2x^3-4x^2+3x-5
The possible tangent lines are:
y = x - 5
y = 2x - 5
y = 3x - 5

1. What is/are the zero(es) for this function? In other words, what is the solution for f(x)= 0

2.  What axes values (x- and y- ranges) are appropriate for this graph?

3. When plotting each linear function with f(x...

I'm very new to this... I need to find the total derivative of y=(a-3)/(b+3) given that a=r*t and b=s*t

 

 

 

 

 

 

 

 

 

Pretty basic stuff here...

How can I get Maple to do this - go from Step (1) directly to Step (5 or beyond).  I'm guessing that all I have to do is figure out how to enter the derivative dy/dx into the document and then Solve for whatever variable I like.

Thanks in advance!

 

 

 

Hey,

 

I have one function that is consisted of several matrices.. The function is,

R := log(determinant(MCOV))+trace(multiply(SCOV, inverse(MCOV)))-log(det(SCOV))-2+Transpose(SM-TAU-multiply(L,K))&*inverse(MCOV)&*(SM-TAU-multiply (L, K));

where MCOV, SCOV, SM,TAU, L, K are all matrics. In a MCOV and L, there are symbols also..

I have tried to get...

Dear All Members;

In my research I faced with this problem and I appreciate if any of you specialists be able to help me in this issue. I brought the question here:

question.pdf

Please let me know that is it possible to finde this derivative of Bi-variate Normal distribution in Maple? If yes, could you please help me to do this?

 

Sincerely; 

Hi,

    I'm trying to get a component to perform a Fractional Derivative in MapleSim to use in a multibody simulation (as a spring-dash pot component). However, I'm stumped by trying to get the fracdiff function past the custom component code.

  • When set to series, the fractional derivative is only accurate near the estimated about point
  • When set to LaPlace, it's impossible to perform the transform...

Function valued functions

July 20 2011 by steweb 30 Maple

Why does the following derivative vanish?

f:=k->(y->y^k);

h:=z->f(2)(z);

D(h);

 

Note: I am aware that setting h:=f(2) would give the correct result. However, I would like to use the arrow -> notation in a more complicated problem. Also, it seems odd that the plot(h) displays the graph of z->z^2, while D(h) gives 0.

I was curious about converting between the different ways of writing a derivative in maple for the standard GUI.

I can convert y' to D(y)(x) but I cannot directly convert y' to the form d/dx y(x) unless I go to the
tools->options->display and change the typsetting level to maple standard and reprocess the line.  We are stuck with either one form or the other but not both without having to adjust the typsetting level in...

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