Quantcast
Channel: MaplePrimes - Questions and Posts tagged with functions
Browsing all 36 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Hybrid function

Hi all.In the following program, i have normalized bernstein polynomials using gram- schmidt orthogonalization process and want to hybrid them with block pulse functions so that i have: why the program...

View Article



valuse of a function

Hi all;I have following program for plotting numerous function using hybrid functions.if g1(t) is arbitrary function and g2(t) is its approximate by hybrid functions, I want to have a table of...

View Article

Solving for values

I'm trying to solve a series of equations and then graph them. I'm trying to solve for the variables involved:values := solve({eq1, eq2, eq3, eq4, eq5, eq6, eq7, eq8, eq9,eq10, eq11, eq12, eq13, eq14,...

View Article

vector space, matrix, differential equation

       Let V be the vector space consisting of all functions of the formαe2xcos(x)+beta*e*2*x*sin(x) Consider the following linear transformation L : V → V :L(f) = f' +f (a) Find the matrix...

View Article

Image may be NSFW.
Clik here to view.

How to Plot Partial Sum Sequence

I'm trying to find the partial sum of the function. Now I need to plot the first couple partial sums onto 1 graph.I'm not really sure how to input the plot function. I was able to graph it by inputting...

View Article


Defining Some Functions by Recursion

I am trying to define some functions by recursion relations but I get this error:Error, (in type/realcons) too many levels of recursionPlease see the attached file for details:File.mw

View Article

How to programmatically obtain list of all build-in packages and...

Update:thanks for the answers below, I can now get listing of content of an .mla like...

View Article

How to solve a system of two normal equations and two ODE's in Maple 18?

I have the following system I need to solve: dy(t)/dt = alpha(t)-y(t)alpha(t)=alpha0*(x(t)-x0)dx(t)/dt=y(t)-beta(t)beta(t)=beta0*(x(t)-x0)  I am trying to get functions of y(t) and x(t), so I can plot...

View Article


Image may be NSFW.
Clik here to view.

solving linear ODE systems--I wanted to use functions, not expressions...

I have solved ODE's with either i.c. or b.c. (mechanics stuff) where the results were in terms of expressions, not functions.  I could plot these expressions, substitute values in for parameters, etc....

View Article


Your favorite and most useful code snippets

Hey Everyone:I was wondering what are your favorite and most useful code snippets that you often use. Maybe ones that are in your initialization code? Maybe ones that speed up something that you often...

View Article

Image may be NSFW.
Clik here to view.

haar wavelet basis function

HiI am trying to implement the following basis functions $h_n(t)$. Please suggest how to implement. thanks 

View Article

Relations and Functions in maple

With this application we can meet safety characteristics of a relationship and simple or compound functions. Made with maple 2015.Relaciones_y_Funciones.mw(in spanish)L.AraujoC.

View Article

Using angular units with trig functions

I'm looking at Maple as a possible alternative to Mathcad (which I've been using for years, but is now very jaded compared to other options like Maple and Mathematica).  I'm a civil engineer and for...

View Article


parametric function...

Hi everyone:I have two functions in terms of theta variable, how can I expressed function Y(X)?X :=(theta)->cos(theta)+0.8e-1*cos(3.*theta)Y :=(theta)->-sin(theta)+0.8e-1*sin(3.*theta)I will earn...

View Article

Write a function after computing a limit

Hello,I have a procedure wich is something like  F:=proc(a,b,l) limit(f(a,b),b=l); end proc;For my specific problem, the limit always exists and is a well defined functionAfter that, I would like to...

View Article


Image may be NSFW.
Clik here to view.

MathematicalFunctions:-Sequences

 Symbolic sequences enter in various formulations in mathematics. This post is about a related new subpackage, Sequences, within the MathematicalFunctions package, available for download in Maplesoft's...

View Article

How to print indexed names?

I have double indexed functiions f[j,k] of one variable and double indexed coefficients a[j,k].I want my print do look like a[1,1]f11+a[1,2]f12 that is, the values of a[j,k] should appear beside the...

View Article


Image may be NSFW.
Clik here to view.

Passing Functions to a Matrix

In Maple 18, I'm trying to define a matrix consisting of the output of the diff function from Physics, but it seems to return an empty matrix for some reason.First, the setup:with(Physics); (D(x))(t)...

View Article

How to plot two functions of two variables?

How plot two functions of two variables to (2-dimension)?restart;approximate :=...

View Article

How to diff(g(y, t), y(t))?

I have functions likeg := (y, t)->sin(y(t))diff(g(y, t), t) # okHow to determine the derivative below with maple :diff(g(y, t), y(t))Thanks

View Article
Browsing all 36 articles
Browse latest View live




Latest Images