The NLDE package

latest update: May 2023


Introduction

NLDE stands for NonLinear Algebra and Differential Equations, yes, there is a missing "A"? Not really. NLDE is a mathematical software for symbolic computations with solutions of NonLinear (ordinary and partial) Differential Equations (NLDE). These equations are algebraic in their indeterminates, i.e., the differential equations are polynomials in the independent variables and some (partial) derivatives of the dependent variables. We call them algebraic differential equations (ADEs) and their solutions are D-algebraic functions.

 For instance, the Korteweg-De Vries (KDV) equation is the algebraic PDE:

Suppose we want to find an ADE for the following transformation

This means we want to find an algebraic PDE (of the lowest order possible) whose solutions u(t,x) are expressed in terms of solutions of the KDV equation by the above relation. One finds

One can perform these computations automatically with NLDE. It is also possible to compute ADEs for exponentiation, sums, products, and ratios of D-algebraic functions.

NLDE is implemented in Maple 2022 and works with recent versions (Maple 2018 - 2023).

Download and use NLDE

Click here to download NLDE

The easiest way to use NLDE in Maple is by putting the downloaded file, NLDE.mla, in your working directory and including the lines

     > restart;

     > libname:=currentdir(), libname:

     > with(NLDE):

at the beginning of your worksheet.

However, to avoid carrying the file NLDE.mla in all your working directories, you can just put it in a directory that you defined for libraries. For more details about this, please have a look at the Maple help page of libname.

Source, help page, and user guide

If you want to know more about NLDE, please visit D-Algebraic Functions in Maple.