Approximate symmetry analysis

Size: px
Start display at page:

Download "Approximate symmetry analysis"

Transcription

1 Approximate symmetry analysis Saturday June 7, 10:00 10:35 am Greg Reid 1 Ian Lisle and Tracy Huang 2 CMS Summer Meeting Session on Gröbner Bases and Computer Algebra Winnipeg 1 Ontario Research Centre for Computer Algebra, Western University, Canada. 2 University of Canberra

2 Table of contents Introduction & Historical Comments Symmetries and Introductory Examples Direct use of floating point numbers in exact differential elimination methods Difficulties with symbolic approaches Prolongation and Projection y xx yy x + 5 y 3 = 0 Symbolic-numeric algorithm for structure constants References

3 Considerable progress in the theory and computer implementation of symbolic computation algorithms to automatically determine and exploit exact symmetries of exact DE. Underlying such algorithms are differential elimination algorithms (e.g. RifSimp and diffalg).

4 Considerable progress in the theory and computer implementation of symbolic computation algorithms to automatically determine and exploit exact symmetries of exact DE. Underlying such algorithms are differential elimination algorithms (e.g. RifSimp and diffalg). Often DE describing a model are only approximately known they may contain parameters that are only known approximately. Symbolic methods are unstable.

5 Considerable progress in the theory and computer implementation of symbolic computation algorithms to automatically determine and exploit exact symmetries of exact DE. Underlying such algorithms are differential elimination algorithms (e.g. RifSimp and diffalg). Often DE describing a model are only approximately known they may contain parameters that are only known approximately. Symbolic methods are unstable. In earlier work described a stable method for determining the size of symmetry groups of approximate DE.

6 Considerable progress in the theory and computer implementation of symbolic computation algorithms to automatically determine and exploit exact symmetries of exact DE. Underlying such algorithms are differential elimination algorithms (e.g. RifSimp and diffalg). Often DE describing a model are only approximately known they may contain parameters that are only known approximately. Symbolic methods are unstable. In earlier work described a stable method for determining the size of symmetry groups of approximate DE. Today we extend this numerical method to determining structure of the Lie algebra.

7 Considerable progress in the theory and computer implementation of symbolic computation algorithms to automatically determine and exploit exact symmetries of exact DE. Underlying such algorithms are differential elimination algorithms (e.g. RifSimp and diffalg). Often DE describing a model are only approximately known they may contain parameters that are only known approximately. Symbolic methods are unstable. In earlier work described a stable method for determining the size of symmetry groups of approximate DE. Today we extend this numerical method to determining structure of the Lie algebra.

8 Introduction & Historical Comments Symmetries and Introductory Examples Prolongation and Projection References

9 Symmetry defining system The (exact) symmetries of a differential equation are usually not known a priori and have to be determined. The Infinitesimal Lie symmetries of a DE = 0 are the linearized form of such symmetries about the identity transformation: ˆx = x + ɛξ(x, y) + O(ɛ 2 ) ŷ = y + ɛη(x, y) + O(ɛ 2 ) (1) that leave the invariant: pr(l)( ) =0 = 0 (2) and modulo certain regularity conditions result in a linear homogeneous system of over-determined PDE for the functions ξ, η and η [5, 19], which are called the symmetry defining system.

10 Consider the much studied class of ODE y xx = g(x, y, y x ) (3) The Symmetry Defining System for (3) is: ξ yx = 0, η yx = 0, g y η + g ( 3 y x ξ y 2 ξ x ) g x ξ (4) +g yx ( yx η y + y x 2 ξ y + y x ξ x η x ) +η x,x + y x 2 η y,y y x 3 ξ y,y 2y x 2 ξ x,y + 2y x η x,y y x ξ x,x = 0

11 In particular for our illustrative example we consider: y xx yy x + 5 y 3 = 0 (5) The symmetry defining system of (5) is: ξ yy = 0, η yy 2 ξ xy yξ y = 0, (6) 2 η xy ξ xx + 15 y 3 ξ y yξ x η = 0, η xx 5 y 3 η y + 10 y 3 ξ x yη x + 15 y 2 η = 0

12 Apply the differential-elimination packages RifSimp and DifferentialAlg for y xx yy x + 5 y 3 = 0. The defining system: ξ x = 0.0, ξ y = 0.0, η = 0.0 (7) which represents a 1 parameter translation symmetry in x for (5).

13 Apply the differential-elimination packages RifSimp and DifferentialAlg for y xx yy x + 5 y 3 = 0. The defining system: ξ x = 0.0, ξ y = 0.0, η = 0.0 (7) which represents a 1 parameter translation symmetry in x for (5). Convert the defining system to rationals: ξ x = 0, ξ y = 0, η = 0, (8) Convert the ODE to rationals, then create the defining system: ξ xx = 0, ξ y = 0, η = yξ x. (9)

14 Apply the differential-elimination packages RifSimp and DifferentialAlg for y xx yy x + 5 y 3 = 0. The defining system: ξ x = 0.0, ξ y = 0.0, η = 0.0 (7) which represents a 1 parameter translation symmetry in x for (5). Convert the defining system to rationals: ξ x = 0, ξ y = 0, η = 0, (8) Convert the ODE to rationals, then create the defining system: ξ xx = 0, ξ y = 0, η = yξ x. (9)

15 Apply the differential-elimination packages RifSimp and DifferentialAlg for y xx yy x + 5 y 3 = 0. The defining system: ξ x = 0.0, ξ y = 0.0, η = 0.0 (7) which represents a 1 parameter translation symmetry in x for (5). Convert the defining system to rationals: ξ x = 0, ξ y = 0, η = 0, (8) Convert the ODE to rationals, then create the defining system: ξ xx = 0, ξ y = 0, η = yξ x. (9) Then ξ = ax + b, η = ay correspoding to obvious symmetries of translation in x and a mutual scaling in (x, y) (x/c, cy) possessed by the input ode. Thus the symbolic simplification methods are not continuous with respect to small changes in the coefficients. Ideas, anyone?

16 Apply the differential-elimination packages RifSimp and DifferentialAlg for y xx yy x + 5 y 3 = 0. The defining system: ξ x = 0.0, ξ y = 0.0, η = 0.0 (7) which represents a 1 parameter translation symmetry in x for (5). Convert the defining system to rationals: ξ x = 0, ξ y = 0, η = 0, (8) Convert the ODE to rationals, then create the defining system: ξ xx = 0, ξ y = 0, η = yξ x. (9) Then ξ = ax + b, η = ay correspoding to obvious symmetries of translation in x and a mutual scaling in (x, y) (x/c, cy) possessed by the input ode. Thus the symbolic simplification methods are not continuous with respect to small changes in the coefficients. Ideas, anyone?

17 Symbolic substitution strategy For example embed the given ode in the one parameter class of ode: y xx + αyy x + 5y 3 = 0 (10) Application of RifSimp and diffalg yields: Case 1 (α 2 45, dim G = 2): Case 2 (α 2 = 45, dim G = 8): ξ xx = 0, ξ y = 0, η = yξ x (11) η = 2 15 ξ xxxy + 2 y 2 ξ xy yξ x 2 15 y αξ xxy αξ xx 1 3 αξ y y 3, ξ xxxx = 30 y 2 α ξ xxxy 30 y α ξ xxx, ξ yy = 0. (12) Indeed second order ode are linearizable [20] if and only if they have an eight dimensional group. Hence the ode (5) is very close to a linearizable ode.

18 Difficulties with symbolic approaches Thus care has to be taken with symbolic approaches Produce unstable results when used with numeric coefficients.

19 Difficulties with symbolic approaches Thus care has to be taken with symbolic approaches Produce unstable results when used with numeric coefficients. Symbolic replacement, although powerful in certain situations, can be impractical due to their greater complexity.

20 Difficulties with symbolic approaches Thus care has to be taken with symbolic approaches Produce unstable results when used with numeric coefficients. Symbolic replacement, although powerful in certain situations, can be impractical due to their greater complexity. It s useful to integrate symbolic and numeric methods, and such methods need to consider close-by systems.

21 Difficulties with symbolic approaches Thus care has to be taken with symbolic approaches Produce unstable results when used with numeric coefficients. Symbolic replacement, although powerful in certain situations, can be impractical due to their greater complexity. It s useful to integrate symbolic and numeric methods, and such methods need to consider close-by systems. Want a symbolic-numeric approach to determine that the case α = is close to a desirably large (8) dimensional symmetry group of a linearizable ode.

22 Difficulties with symbolic approaches Thus care has to be taken with symbolic approaches Produce unstable results when used with numeric coefficients. Symbolic replacement, although powerful in certain situations, can be impractical due to their greater complexity. It s useful to integrate symbolic and numeric methods, and such methods need to consider close-by systems. Want a symbolic-numeric approach to determine that the case α = is close to a desirably large (8) dimensional symmetry group of a linearizable ode.

23 Prolongation A q-th order system R = {R 1 = 0,..., R s = 0} where its j-th equation has order d j q has prolongation to order q + k : D k (R) = { K R j : K N n with K + d j (q + k)} (13) So the k-th prolongation consists of the set of all possible partial derivatives of the equations of R of order (q + k). Symmetry defining systems of form of (differential) order q are considered as a system R in matrix form: A (q) (z)v (q) = 0 (14) where v (q) is a column vector of all partial derivatives of infinitesimals of order q.

24 Prolongations DR, D 2 R,... yield the sequence of matrix systems: A (q) (z)v (q) = 0, A (q+1) (z)v (q+1) = 0,... (15) Then substitute a random point z = z 0 in the space of independent variables. This leads to a sequence of constant matrix systems: A (q) (z 0 )v (q) = 0, A (q+1) (z 0 )v (q+1) = 0,... (16) Note that v (q) has N(n, q, m) = m ( q+n q ) coordinates and ker A (q) (z 0 ) is a subspace of J q R N(n,q,m).

25 y xx yy x + 5 y 3 = 0 The symmetry defining system of our illustrative ODE above in matrix form with z = (x, y) is: y y y y y 2 v (2) = y y where 0 = [0, 0, 0, 0] T and v (2) = [ξ yy, η yy, ξ xy, η xy, ξ xx, η xx, ξ y, η y, ξ x, η x, ξ, η] T

26 Projection Define projection π by on v (q) J q by πv (q) J q 1 where πv (q) is obtained by deleting coordinates in v (q) of order q. Successive projections are defined by iteration: π 2 v (q) = ππv (q) by deleting coordinates of order q and q 1, etc. Define π l R := {π l v (q) J q k : A (q) (z 0 )v (q) = 0} (17) The main step of our geometric involutive form algorithm computes π l D k R (18) Symbolically: just compute symbolic prolongations and after subsituting z = z 0 use symbolic Gauss elimination to obtain the projections. But this is not numerically stable.

27 Numeric computation of π l D k R Apply the SVD to the matrix of each prolongation. Then an approximate basis is obtained for the kernel of the matrix by setting singular values to zero below a user input tolerance. To numerically compute projections coordinates corresponding to higher order derivatives are deleted in the basis, and this yields a spanning set for the projection as described in [9]. These spanning sets can be converted to a basis by another SVD calculation. These systems are tested for the property of projective involutivity which as shown in [9] is equivalent to Cartan involutivity. In summary in the finite d dimensional case we get d approximate basis vectors for a projective involutive system. These are used in the numerical computation of the structure constants outlined in Section 2.

28 y xx yy x + 5 y 3 = 0 Applying the symbolic-numeric method to case α = 7.1 yields Table 2: dim π l D k R for y xx yy x + 5 y 3 = 0 k = 0 k = 1 k = 2 k = 3 k = 4 k = 5 l = l = l = l = l = l = l = 6 2 Guess the dimension of the symmetry group.

29 y xx yy x + 5 y 3 = 0 Applying the symbolic-numeric method to case α = 7.1 yields Table 2: dim π l D k R for y xx yy x + 5 y 3 = 0 k = 0 k = 1 k = 2 k = 3 k = 4 k = 5 l = l = l = l = l = l = l = 6 2 Guess the dimension of the symmetry group. System π l D k R is approximately involutive for k = 4 and l = 4.

30 y xx yy x + 5 y 3 = 0 Applying the symbolic-numeric method to case α = 7.1 yields Table 2: dim π l D k R for y xx yy x + 5 y 3 = 0 k = 0 k = 1 k = 2 k = 3 k = 4 k = 5 l = l = l = l = l = l = l = 6 2 Guess the dimension of the symmetry group. System π l D k R is approximately involutive for k = 4 and l = 4.

31 y xx yy x + 5 y 3 = 0 Applying the symbolic-numeric method to case α = 7.1 yields Table 2: dim π l D k R for y xx yy x + 5 y 3 = 0 k = 0 k = 1 k = 2 k = 3 k = 4 k = 5 l = l = l = l = l = l = l = 6 2 Guess the dimension of the symmetry group. System π l D k R is approximately involutive for k = 4 and l = 4. Get a 2 dimensional solution space and symmetry group.

32 y xx yy x + 5 y 3 = 0 Applying the symbolic-numeric method to case α = 7.1 yields Table 2: dim π l D k R for y xx yy x + 5 y 3 = 0 k = 0 k = 1 k = 2 k = 3 k = 4 k = 5 l = l = l = l = l = l = l = 6 2 Guess the dimension of the symmetry group. System π l D k R is approximately involutive for k = 4 and l = 4. Get a 2 dimensional solution space and symmetry group.

33 y xx yy x + 5 y 3 = 0 The symmetry defining system of our illustrative ODE above in matrix form with z = (x, y) is: y y y y y 2 v (2) = y y where 0 = [0, 0, 0, 0] T and v (2) = [ξ yy, η yy, ξ xy, η xy, ξ xx, η xx, ξ y, η y, ξ x, η x, ξ, η] T

34 y xx yy x + 5 y 3 = 0 The symmetry defining system of our illustrative ODE above in matrix form with z = (x, y) is: y y y y y 2 v (2) = y y where 0 = [0, 0, 0, 0] T and v (2) = [ξ yy, η yy, ξ xy, η xy, ξ xx, η xx, ξ y, η y, ξ x, η x, ξ, η] T Table 1: dim π l D k R for (5) k = 0 k = 1 k = 2 l = l = l = l = 3 6

35 y xx yy x + 5 y 3 = 0 The symmetry defining system of our illustrative ODE above in matrix form with z = (x, y) is: y y y y y 2 v (2) = y y where 0 = [0, 0, 0, 0] T and v (2) = [ξ yy, η yy, ξ xy, η xy, ξ xx, η xx, ξ y, η y, ξ x, η x, ξ, η] T Table 1: dim π l D k R for (5) k = 0 k = 1 k = 2 l = l = l = l = 3 6

36 We get the table of dimensions: Table 1: dim π l D k R for (5) k = 0 k = 1 k = 2 l = l = l = l = 3 6

37 We get the table of dimensions: Table 1: dim π l D k R for (5) k = 0 k = 1 k = 2 l = l = l = l = 3 6 For finite type systems the symbol is involutive if dim(s π l D k R) = 0 dim π l (D k R) = dim D l 1 (D k R) So πdr, πd 2 R and π 2 D 2 R have involutive symbols.

38 We get the table of dimensions: Table 1: dim π l D k R for (5) k = 0 k = 1 k = 2 l = l = l = l = 3 6 The system involutive if its symbol is involutive and dim π l+1 (D k+1 R) = dim π l (D k R) So πdr is an involutive system and we expect approximately an 8 dimensional solution space and symmetry group. This coincides with the dimension for the case α =

39 ode k l dim(g) 1 y y 2 = y 6 y 2 x 4 = y 6 y 2 x = y 6 y y = y + y x + 3 = y 2 y 3 yx + 1 = y y 3 = y 2 y yx 2 = y yx + 3 y + y 3 = y y y + y 3 = y + x 4 y 9 = y y 1 = y y = y y x 2 = (1 + x 2 )y xy 2 (x + 4y ) + 2(x + y )y 2y = ( 16 y 1 x 3 y ) 3 = y y 2 y+4 y x+2 = y y = y + 9 y = y 3 y y 2 2 y = y 7 y y y = y + 5 y 6 y y = y 3 y 2 y 3 + ( 2 y = 0) y 7 2 y y y 9 1 = y + y + 2 y 8 = y + y + 2 x 3 y 8 = x 4 y + y 8 ( = 0 ) x 4 y x x y y + 4 y 2 = x 4 y x 2 ( x + y ) y + 4 y 2 =

40 Symbolic-numeric algorithm for structure constants Input a DE. Compute its symmetry defining system. Make the defining system involutive. Use SVD for numerical stability. Read-off the cij k from the commutation relations.

41 Make the defining system involutive

42 Make the defining system involutive We suppose we have identified an involutive finite-type system π l D k R is where D k R has matrix form A (q) (z 0 ).

43 Make the defining system involutive We suppose we have identified an involutive finite-type system π l D k R is where D k R has matrix form A (q) (z 0 ).

44 Make the defining system involutive We suppose we have identified an involutive finite-type system π l D k R is where D k R has matrix form A (q) (z 0 ). The q = q l order involutive system π l D k R means that local values of derivatives of solutions are uniquely determined by π l D k R up to order q.

45 Make the defining system involutive We suppose we have identified an involutive finite-type system π l D k R is where D k R has matrix form A (q) (z 0 ). The q = q l order involutive system π l D k R means that local values of derivatives of solutions are uniquely determined by π l D k R up to order q.

46 Make the defining system involutive We suppose we have identified an involutive finite-type system π l D k R is where D k R has matrix form A (q) (z 0 ). The q = q l order involutive system π l D k R means that local values of derivatives of solutions are uniquely determined by π l D k R up to order q. To determine the structure constants in the comutation relations we need derivatives up to order q + 1 to be uniquely determined. This means that we need a pair of neighboring involutive systems π l D k R and π l 1 D k R.

47 Make the defining system involutive We suppose we have identified an involutive finite-type system π l D k R is where D k R has matrix form A (q) (z 0 ). The q = q l order involutive system π l D k R means that local values of derivatives of solutions are uniquely determined by π l D k R up to order q. To determine the structure constants in the comutation relations we need derivatives up to order q + 1 to be uniquely determined. This means that we need a pair of neighboring involutive systems π l D k R and π l 1 D k R.

48 SVD for stability

49 SVD for stability Input a tolerance ɛ.

50 SVD for stability Input a tolerance ɛ.

51 SVD for stability Input a tolerance ɛ. At random point z 0, compute the SVD A (q) (z 0 ) = UΣV T. Singular values below an input tolerance are replaced with zeroes, giving a nearby matrix A = UΣ V T = [ ] [ ] [ ] Σ U 1 U 1 0 V T where Σ 1 contains the numerically nonzero singular values. See Trefethen & Bau 06 and Akritas 06. V T 0

52 SVD for stability Input a tolerance ɛ. At random point z 0, compute the SVD A (q) (z 0 ) = UΣV T. Singular values below an input tolerance are replaced with zeroes, giving a nearby matrix A = UΣ V T = [ ] [ ] [ ] Σ U 1 U 1 0 V T where Σ 1 contains the numerically nonzero singular values. See Trefethen & Bau 06 and Akritas 06. V T 0

53 Project to subspace for involutive system Project the (column) vectors of V 0 to get Ṽ0 = π l 1 V 0 = {π l 1 (v) : v V 0 } by simply deleting the relevant coordinates in these column vectors.

54 Project to subspace for involutive system Project the (column) vectors of V 0 to get Ṽ0 = π l 1 V 0 = {π l 1 (v) : v V 0 } by simply deleting the relevant coordinates in these column vectors.

55 Project to subspace for involutive system Project the (column) vectors of V 0 to get Ṽ0 = π l 1 V 0 = {π l 1 (v) : v V 0 } by simply deleting the relevant coordinates in these column vectors. So Ṽ 0 is a spanning set for the involutive system π l 1 D k R at z = z 0. Convert it to a basis ˆV (q +1) 0 of π l 1 D k R. Then dim Ṽ 0 = dim L. Application of one more projection to this basis gives a basis ˆV (q ) 0 for π l D k R.

56 Project to subspace for involutive system Project the (column) vectors of V 0 to get Ṽ0 = π l 1 V 0 = {π l 1 (v) : v V 0 } by simply deleting the relevant coordinates in these column vectors. So Ṽ 0 is a spanning set for the involutive system π l 1 D k R at z = z 0. Convert it to a basis ˆV (q +1) 0 of π l 1 D k R. Then dim Ṽ 0 = dim L. Application of one more projection to this basis gives a basis ˆV (q ) 0 for π l D k R.

57 Project to subspace for involutive system Project the (column) vectors of V 0 to get Ṽ0 = π l 1 V 0 = {π l 1 (v) : v V 0 } by simply deleting the relevant coordinates in these column vectors. So Ṽ 0 is a spanning set for the involutive system π l 1 D k R at z = z 0. Convert it to a basis ˆV (q +1) 0 of π l 1 D k R. Then dim Ṽ 0 = dim L. Application of one more projection to this basis gives a basis ˆV (q ) 0 for π l D k R. Each basis vector v (q +1) i Ṽ0 uniquely determines local symmetry vector field of form X = ξ j and these vector fields x j close under the commutator bracket: [U, U ] = (ξ j ξ i x j ξ j ξi x j ) x i (19)

58 Project to subspace for involutive system Project the (column) vectors of V 0 to get Ṽ0 = π l 1 V 0 = {π l 1 (v) : v V 0 } by simply deleting the relevant coordinates in these column vectors. So Ṽ 0 is a spanning set for the involutive system π l 1 D k R at z = z 0. Convert it to a basis ˆV (q +1) 0 of π l 1 D k R. Then dim Ṽ 0 = dim L. Application of one more projection to this basis gives a basis ˆV (q ) 0 for π l D k R. Each basis vector v (q +1) i Ṽ0 uniquely determines local symmetry vector field of form X = ξ j and these vector fields x j close under the commutator bracket: [U, U ] = (ξ j ξ i x j ξ j ξi x j ) x i (19)

59 The structure constants c k ij are given by [X i, X j ] = r cij k X k, 1 i, j d (20) k=1 If Y = [U, U ] has components η i (z) then by (19) we have η i = ξ j ξ i ξ j ξi. x j x j By repeated symbolic differentiation one obtains any derivative I η i as a sum of bilinear skew terms of the form b ( J ξ i J ξ j J ξ i J ξ j) with J + J = I + 1 and coefficients b being integers. Compute these derivatives for order 0 I q.

60 Substitution of v (q +1) i, v (q +1) w (q ) ij j Ṽ 0 for I η i gives a vector of jet variable values uniquely determining Lie bracket. Since the solution vector fields are to form a Lie algebra, these vectors w (q) ij should lie in the numerical nullspace of π l D k R: w (q ) ij = k c k ij v (q ) k Projecting the vectors v (q +1) i Ṽ 0 yields {π 2 v (q +1) } which is a basis of d vector corresponding to the Lie algebra vector. Convert this to an orthonormal basis V (q 1) 0. As a consequence: cij k = w (q 1) ) T ij (v (q 1) k

61 Concluding Remarks We extended an algorithm that computes structure in the exact case to the approximate case. Exact methods lack properties of continuity, so we needed to consider nearby problems. Recast as matrix problem, using geometric techniques from Linear algebra (SVD) and geometry of differential equations. Many new unexplored approximate problems (approximate equivalence,... ) Increasingly mixture of algebra, analysis, geometry,... is needed Other methods for approximate symmetries Gaziov & Ibragimov,... Looking into the future will everything be done numerically?

62 Thank you

63 References I.G. Lisle, T. Huang, G.J. Reid. Structure of Symmetry of PDE: Exploiting Partially Integrated Systems. To appear in proceedings of Symbolic-Numeric Computation A.G. Akritas, G.I. Malaschonok and P.S. Vigklas. The SVD-Fundamental Theorem of Linear Algebra. Nonlinear Analysis: Modelling and Control, 2006, Vol. 11, No. 2, Lloyd N. Trefethen and David Bau (3rd). Numerical Linear Algebra. Society for Industrial and Applied Mathematics, V.A. Baikov, R.K. Gazizov and N.H. Ibragimov. Approximate Symmetries. Math. USSR Sbornik (1989). G.W. Bluman and S. Kumei. Symmetries and Differential Equations. Springer Verlag, New York, F. Boulier, D. Lazard, F. Ollivier and M. Petitot. Representation for the radical of a finitely generated differential ideal. Proc. ISSAC ACM Press , 1995.

64 F. Tony, Chan. Rank Revealing QR factorizations Linear Algebra and Its Applications 88/89: 67 82, R.M. Corless, P.M. Gianni, B.M. Trager and S.M. Watt. The Singular Value Decomposition for Polynomial Systems. Proc. ISSAC ACM Press W.I. Fushchich and W.M. Shtelen. On approximate symmetry and approximate solutions of the non-linear wave equation with a small parameter. J. Phys. A 22 L887 L R.K. Gazizov. Lie Algebras of Approximate Symmetries. Nonlinear Math. Phys. 3(1-2) Available at norbet/home journal/electroic/3-1 2art9.pdf

65 G. Golub and C. V. Loan. Matrix Computations. John Hopkins U. Press, 3rd ed., D. Hartley and R. Tucker. A constructive implementation of the Cartan Kähler theory of exterior differential systems. J. Symb. Comp. 12: , W. Hereman. Review of symbolic software for the computation of Lie symmetries of differential equations. Euromath Bull., 1: E. Kamke. Differentialgleichungen. N.Y. Chelsea Publ. Co E. Mansfield. Differential Gröbner Bases. Ph.D. thesis, Univ. of Sydney, 1991.

66 P.J. Olver, Applications of Lie Groups to Differential Equations. Second Edition, Graduate Texts in Mathematics 107, Springer-Verlag, New York, P.J. Olver, Equivalence, Invariants, and Symmetry. Cambridge University Press, J.F. Pommaret, Systems of Partial Differential Equations and Lie Pseudogroups. Gordon and Breach Science Publishers, Inc G.J. Reid, C. Smith, and J. Verschelde Geometric Completion of Differential Systems using Numeric-Symbolic Continuation. SIGSAM Bulletin, 36(2): 1 17, 2002.

67 G.J. Reid, P. Lin, and A.D. Wittkopf. Differential elimination-completion algorithms for DAE and PDAE. Studies in Applied Mathematics 106(1): 1 45, G.J. Reid, J. Tang, and L. Zhi. A complete Symbolic-Numeric Linear Method for Camera Pose Determination. Proc. ISSAC ACM Press , G. Reid, A. Wittkopf, and A. Boulton. Reduction of systems of nonlinear partial differential equations to simplified involutive forms. European J. of Appl. Math., 7: , C. Rust, G.J. Reid, and A.D. Wittkopf. Existence and uniqueness theorems for formal power series solutions of analytic differential systems. Proc. ISSAC ACM Press , A. Sedoglavic. A Probabilistic Algorithm to Test Local Algebraic Observability in Polynomial Time. In: Proc. ISSAC ACM Press , 2001.

68 W.M. Seiler. Analysis and application of the formal theory of partial differential equations. Ph.D. thesis, Lancaster University, W.M. Seiler. Involution and Constrained Dynamics II: The Faddeev-Jackiw Approach. J. Phys. A. 28: , W.M. Seiler and R.W. Tucker. Involution and Constrained Dynamics I: The Dirac Approach. J. Phys. A. 28: , A.J. Sommese, J. Verschelde, and C.W. Wampler. Numerical decomposition of the solution sets of polynomial systems into irreducible components. SIAM J. Numer. Anal. 38(6): , Lloyd N. Trefethen and David Bau(3rd), Numerical linear algebra, Society for Industrial and Applied Mathematics, 1997.

69 J. Tuomela and T. Arponen. On the numerical solution of involutive ordinary differential systems. IMA J. Numer. Anal. 20: , A. Wittkopf and Gregory J. Reid. Fast differential elimination in C: The CDiffElim environment Computer Physics Communications, 139: , T. Wolf. Crack, LiePDE, ApplySym and ConLaw. In: Grabmeier, J., Kaltofen, E. and Weispfenning, V. (Eds.): Computer Algebra Handbook, Springer, , K. Wright. Differential Equations for the Analytic Singular Value Decomposition of a Matrix. Numerische Mathematik, 63(2): , Available at

Solving Polynomial Systems via Symbolic-Numeric Reduction to Geometric Involutive Form

Solving Polynomial Systems via Symbolic-Numeric Reduction to Geometric Involutive Form Solving Polynomial Systems via Symbolic-Numeric Reduction to Geometric Involutive Form Greg Reid a Lihong Zhi b, a Dept. of Applied Mathematics, University of Western Ontario, London, N6A 5B7,Canada b

More information

Application of Numerical Algebraic Geometry and Numerical Linear Algebra to PDE

Application of Numerical Algebraic Geometry and Numerical Linear Algebra to PDE Application of Numerical Algebraic Geometry and Numerical Linear Algebra to PDE Wenyuan Wu and Greg Reid Dept. of Applied Mathematics, University of Western Ontario London, Ontario, Canada wwu25@uwo.ca,

More information

On the classification of certain curves up to projective tranformations

On the classification of certain curves up to projective tranformations On the classification of certain curves up to projective tranformations Mehdi Nadjafikhah Abstract The purpose of this paper is to classify the curves in the form y 3 = c 3 x 3 +c 2 x 2 + c 1x + c 0, with

More information

Symbolic-Numeric Completion of Differential Systems by Homotopy Continuation

Symbolic-Numeric Completion of Differential Systems by Homotopy Continuation Symbolic-Numeric Completion of Differential Systems by Homotopy Continuation Greg Reid Jan Verschelde Allan Wittkopf Wenyuan Wu ABSTRACT Two ideas are combined to construct a hybrid symbolicnumeric differential-elimination

More information

Lie Theory of Differential Equations and Computer Algebra

Lie Theory of Differential Equations and Computer Algebra Seminar Sophus Lie 1 (1991) 83 91 Lie Theory of Differential Equations and Computer Algebra Günter Czichowski Introduction The aim of this contribution is to show the possibilities for solving ordinary

More information

Symmetry reductions for the Tzitzeica curve equation

Symmetry reductions for the Tzitzeica curve equation Fayetteville State University DigitalCommons@Fayetteville State University Math and Computer Science Working Papers College of Arts and Sciences 6-29-2012 Symmetry reductions for the Tzitzeica curve equation

More information

Differential Elimination Completion Algorithms for DAE and PDAE

Differential Elimination Completion Algorithms for DAE and PDAE Differential Elimination Completion Algorithms for DAE and PDAE By Gregory J. Reid, Ping Lin, and Allan D. Wittkopf Differential algebraic equations (DAE) and partial differential algebraic equations (PDAE)

More information

On the Linearization of Second-Order Dif ferential and Dif ference Equations

On the Linearization of Second-Order Dif ferential and Dif ference Equations Symmetry, Integrability and Geometry: Methods and Applications Vol. (006), Paper 065, 15 pages On the Linearization of Second-Order Dif ferential and Dif ference Equations Vladimir DORODNITSYN Keldysh

More information

Symmetry Reductions of (2+1) dimensional Equal Width. Wave Equation

Symmetry Reductions of (2+1) dimensional Equal Width. Wave Equation Authors: Symmetry Reductions of (2+1) dimensional Equal Width 1. Dr. S. Padmasekaran Wave Equation Asst. Professor, Department of Mathematics Periyar University, Salem 2. M.G. RANI Periyar University,

More information

Symmetry Reduction of Chazy Equation

Symmetry Reduction of Chazy Equation Applied Mathematical Sciences, Vol 8, 2014, no 70, 3449-3459 HIKARI Ltd, wwwm-hikaricom http://dxdoiorg/1012988/ams201443208 Symmetry Reduction of Chazy Equation Figen AÇIL KİRAZ Department of Mathematics,

More information

(1) F(x,y, yl, ", y.) 0,

(1) F(x,y, yl, , y.) 0, SIAM J. APPL. MATH. Vol. 50, No. 6, pp. 1706-1715, December 1990 (C) 1990 Society for Industrial and Applied Mathematics 013 INVARIANT SOLUTIONS FOR ORDINARY DIFFERENTIAL EQUATIONS* GEORGE BLUMANt Abstract.

More information

The SVD-Fundamental Theorem of Linear Algebra

The SVD-Fundamental Theorem of Linear Algebra Nonlinear Analysis: Modelling and Control, 2006, Vol. 11, No. 2, 123 136 The SVD-Fundamental Theorem of Linear Algebra A. G. Akritas 1, G. I. Malaschonok 2, P. S. Vigklas 1 1 Department of Computer and

More information

Daniel Lazard and Polynomial Systems A Personal View

Daniel Lazard and Polynomial Systems A Personal View Daniel Lazard and Polynomial Systems A Personal View James H. Davenport Department of Computer Science University of Bath Bath BA2 7AY England J.H.Davenport@bath.ac.uk December 1, 2004 1 Introduction This

More information

arxiv:math/ v3 [math.dg] 9 Aug 2007

arxiv:math/ v3 [math.dg] 9 Aug 2007 Elie Cartan s Geometrical Vision or How to Avoid Expression Swell arxiv:math/0504203v3 [math.dg] 9 Aug 2007 Sylvain Neut, Michel Petitot, Raouf Dridi Université Lille I, LIFL, bat. M3, 59655 Villeneuve

More information

First Integrals/Invariants & Symmetries for Autonomous Difference Equations

First Integrals/Invariants & Symmetries for Autonomous Difference Equations Proceedings of Institute of Mathematics of NAS of Ukraine 2004, Vol. 50, Part 3, 1253 1260 First Integrals/Invariants & Symmetries for Autonomous Difference Equations Leon ARRIOLA Department of Mathematical

More information

Symmetry and Exact Solutions of (2+1)-Dimensional Generalized Sasa Satsuma Equation via a Modified Direct Method

Symmetry and Exact Solutions of (2+1)-Dimensional Generalized Sasa Satsuma Equation via a Modified Direct Method Commun. Theor. Phys. Beijing, China 51 2009 pp. 97 978 c Chinese Physical Society and IOP Publishing Ltd Vol. 51, No., June 15, 2009 Symmetry and Exact Solutions of 2+1-Dimensional Generalized Sasa Satsuma

More information

New Formal Solutions of Davey Stewartson Equation via Combined tanh Function Method with Symmetry Method

New Formal Solutions of Davey Stewartson Equation via Combined tanh Function Method with Symmetry Method Commun. Theor. Phys. Beijing China 7 007 pp. 587 593 c International Academic Publishers Vol. 7 No. April 5 007 New Formal Solutions of Davey Stewartson Equation via Combined tanh Function Method with

More information

Numerical Irreducible Decomposition

Numerical Irreducible Decomposition Numerical Irreducible Decomposition Jan Verschelde Department of Math, Stat & CS University of Illinois at Chicago Chicago, IL 60607-7045, USA e-mail: jan@math.uic.edu web: www.math.uic.edu/ jan CIMPA

More information

AN EXPLORATION OF HOMOTOPY SOLVING IN MAPLE

AN EXPLORATION OF HOMOTOPY SOLVING IN MAPLE AN EXPLORATION OF HOMOTOPY SOLVING IN MAPLE K. HAZAVEH, D.J. JEFFREY, G.J. REID, S.M. WATT, A.D. WITTKOPF Ontario Research Centre for Computer Algebra, The University of Western Ontario, London, Ontario,

More information

SYMMETRY REDUCTION AND NUMERICAL SOLUTION OF A THIRD-ORDER ODE FROM THIN FILM FLOW

SYMMETRY REDUCTION AND NUMERICAL SOLUTION OF A THIRD-ORDER ODE FROM THIN FILM FLOW Mathematical and Computational Applications,Vol. 15, No. 4, pp. 709-719, 2010. c Association for Scientific Research SYMMETRY REDUCTION AND NUMERICAL SOLUTION OF A THIRD-ORDER ODE FROM THIN FILM FLOW E.

More information

Algorithmic Lie Symmetry Analysis and Group Classication for Ordinary Dierential Equations

Algorithmic Lie Symmetry Analysis and Group Classication for Ordinary Dierential Equations dmitry.lyakhov@kaust.edu.sa Symbolic Computations May 4, 2018 1 / 25 Algorithmic Lie Symmetry Analysis and Group Classication for Ordinary Dierential Equations Dmitry A. Lyakhov 1 1 Computational Sciences

More information

On Approximate Linearized Triangular Decompositions

On Approximate Linearized Triangular Decompositions On Approximate Linearized Triangular Decompositions Marc Moreno Maza, Greg Reid, Robin Scott and Wenyuan Wu Abstract. In this series of papers On Approximate Triangular Decompositions, we describe progress

More information

Symmetries and reduction techniques for dissipative models

Symmetries and reduction techniques for dissipative models Symmetries and reduction techniques for dissipative models M. Ruggieri and A. Valenti Dipartimento di Matematica e Informatica Università di Catania viale A. Doria 6, 95125 Catania, Italy Fourth Workshop

More information

Classification of cubics up to affine transformations

Classification of cubics up to affine transformations Classification of cubics up to affine transformations Mehdi Nadjafikah and Ahmad-Reza Forough Abstract. Classification of cubics (that is, third order planar curves in the R 2 ) up to certain transformations

More information

An Algorithm for Approximate Factorization of Bivariate Polynomials 1)

An Algorithm for Approximate Factorization of Bivariate Polynomials 1) MM Research Preprints, 402 408 MMRC, AMSS, Academia Sinica No. 22, December 2003 An Algorithm for Approximate Factorization of Bivariate Polynomials 1) Zhengfeng Yang and Lihong Zhi 2) Abstract. In this

More information

Linear Algebra. Session 12

Linear Algebra. Session 12 Linear Algebra. Session 12 Dr. Marco A Roque Sol 08/01/2017 Example 12.1 Find the constant function that is the least squares fit to the following data x 0 1 2 3 f(x) 1 0 1 2 Solution c = 1 c = 0 f (x)

More information

Change of Ordering for Regular Chains in Positive Dimension

Change of Ordering for Regular Chains in Positive Dimension Change of Ordering for Regular Chains in Positive Dimension X. Dahan, X. Jin, M. Moreno Maza, É. Schost University of Western Ontario, London, Ontario, Canada. École polytechnique, 91128 Palaiseau, France.

More information

City Research Online. Permanent City Research Online URL:

City Research Online. Permanent City Research Online URL: Christou, D., Karcanias, N. & Mitrouli, M. (2007). A Symbolic-Numeric Software Package for the Computation of the GCD of Several Polynomials. Paper presented at the Conference in Numerical Analysis 2007,

More information

AMS526: Numerical Analysis I (Numerical Linear Algebra)

AMS526: Numerical Analysis I (Numerical Linear Algebra) AMS526: Numerical Analysis I (Numerical Linear Algebra) Lecture 1: Course Overview & Matrix-Vector Multiplication Xiangmin Jiao SUNY Stony Brook Xiangmin Jiao Numerical Analysis I 1 / 20 Outline 1 Course

More information

Conservation laws for the geodesic equations of the canonical connection on Lie groups in dimensions two and three

Conservation laws for the geodesic equations of the canonical connection on Lie groups in dimensions two and three Appl Math Inf Sci 7 No 1 311-318 (013) 311 Applied Mathematics & Information Sciences An International Journal Conservation laws for the geodesic equations of the canonical connection on Lie groups in

More information

Computers and Mathematics with Applications

Computers and Mathematics with Applications Computers and Mathematics with Applications 60 (00) 3088 3097 Contents lists available at ScienceDirect Computers and Mathematics with Applications journal homepage: www.elsevier.com/locate/camwa Symmetry

More information

Finiteness Issues on Differential Standard Bases

Finiteness Issues on Differential Standard Bases Finiteness Issues on Differential Standard Bases Alexey Zobnin Joint research with M.V. Kondratieva and D. Trushin Department of Mechanics and Mathematics Moscow State University e-mail: al zobnin@shade.msu.ru

More information

Constructive Algebra for Differential Invariants

Constructive Algebra for Differential Invariants Constructive Algebra for Differential Invariants Evelyne Hubert Rutgers, November 2008 Constructive Algebra for Differential Invariants Differential invariants arise in equivalence problems and are used

More information

Computations with Differential Rational Parametric Equations 1)

Computations with Differential Rational Parametric Equations 1) MM Research Preprints,23 29 No. 18, Dec. 1999. Beijing 23 Computations with Differential Rational Parametric Equations 1) Xiao-Shan Gao Institute of Systems Science Academia Sinica, Beijing, 100080 Abstract.

More information

ANALYSIS OF A NONLINEAR SURFACE WIND WAVES MODEL VIA LIE GROUP METHOD

ANALYSIS OF A NONLINEAR SURFACE WIND WAVES MODEL VIA LIE GROUP METHOD Electronic Journal of Differential Equations, Vol. 206 (206), No. 228, pp. 8. ISSN: 072-669. URL: http://ejde.math.txstate.edu or http://ejde.math.unt.edu ANALYSIS OF A NONLINEAR SURFACE WIND WAVES MODEL

More information

Approximate Similarity Reduction for Perturbed Kaup Kupershmidt Equation via Lie Symmetry Method and Direct Method

Approximate Similarity Reduction for Perturbed Kaup Kupershmidt Equation via Lie Symmetry Method and Direct Method Commun. Theor. Phys. Beijing, China) 54 2010) pp. 797 802 c Chinese Physical Society and IOP Publishing Ltd Vol. 54, No. 5, November 15, 2010 Approximate Similarity Reduction for Perturbed Kaup Kupershmidt

More information

SOME HYNDON S GENERALIZATIONS TO STARRETT S METHOD OF SOLVING FIRST ORDER ODES BY LIE GROUP SYMMETRY. Z.M. Mwanzia, K.C. Sogomo

SOME HYNDON S GENERALIZATIONS TO STARRETT S METHOD OF SOLVING FIRST ORDER ODES BY LIE GROUP SYMMETRY. Z.M. Mwanzia, K.C. Sogomo SOME HYNDON S GENERALIZATIONS TO STARRETT S METHOD OF SOLVING FIRST ORDER ODES BY LIE GROUP SYMMETRY ZM Mwanzia, KC Sogomo Zablon M Mwanzia, Department of Mathematics, PO Box 536, Egerton zmusyoka@egertonacke

More information

Stat 159/259: Linear Algebra Notes

Stat 159/259: Linear Algebra Notes Stat 159/259: Linear Algebra Notes Jarrod Millman November 16, 2015 Abstract These notes assume you ve taken a semester of undergraduate linear algebra. In particular, I assume you are familiar with the

More information

Curtis Heberle MTH 189 Final Paper 12/14/2010. Algebraic Groups

Curtis Heberle MTH 189 Final Paper 12/14/2010. Algebraic Groups Algebraic Groups Curtis Heberle MTH 189 Final Paper 12/14/2010 The primary objects of study in algebraic geometry are varieties. Having become acquainted with these objects, it is interesting to consider

More information

Computing Approximate GCD of Univariate Polynomials by Structure Total Least Norm 1)

Computing Approximate GCD of Univariate Polynomials by Structure Total Least Norm 1) MM Research Preprints, 375 387 MMRC, AMSS, Academia Sinica No. 24, December 2004 375 Computing Approximate GCD of Univariate Polynomials by Structure Total Least Norm 1) Lihong Zhi and Zhengfeng Yang Key

More information

The only global contact transformations of order two or more are point transformations

The only global contact transformations of order two or more are point transformations Journal of Lie Theory Volume 15 (2005) 135 143 c 2005 Heldermann Verlag The only global contact transformations of order two or more are point transformations Ricardo J. Alonso-Blanco and David Blázquez-Sanz

More information

AMS526: Numerical Analysis I (Numerical Linear Algebra for Computational and Data Sciences)

AMS526: Numerical Analysis I (Numerical Linear Algebra for Computational and Data Sciences) AMS526: Numerical Analysis I (Numerical Linear Algebra for Computational and Data Sciences) Lecture 1: Course Overview; Matrix Multiplication Xiangmin Jiao Stony Brook University Xiangmin Jiao Numerical

More information

MCS 563 Spring 2014 Analytic Symbolic Computation Friday 31 January. Quotient Rings

MCS 563 Spring 2014 Analytic Symbolic Computation Friday 31 January. Quotient Rings Quotient Rings In this note we consider again ideals, but here we do not start from polynomials, but from a finite set of points. The application in statistics and the pseudo code of the Buchberger-Möller

More information

Numerical Computations in Algebraic Geometry. Jan Verschelde

Numerical Computations in Algebraic Geometry. Jan Verschelde Numerical Computations in Algebraic Geometry Jan Verschelde University of Illinois at Chicago Department of Mathematics, Statistics, and Computer Science http://www.math.uic.edu/ jan jan@math.uic.edu AMS

More information

arxiv: v1 [math.ap] 25 Aug 2009

arxiv: v1 [math.ap] 25 Aug 2009 Lie group analysis of Poisson s equation and optimal system of subalgebras for Lie algebra of 3 dimensional rigid motions arxiv:0908.3619v1 [math.ap] 25 Aug 2009 Abstract M. Nadjafikhah a, a School of

More information

SIAM Conference on Applied Algebraic Geometry Daejeon, South Korea, Irina Kogan North Carolina State University. Supported in part by the

SIAM Conference on Applied Algebraic Geometry Daejeon, South Korea, Irina Kogan North Carolina State University. Supported in part by the SIAM Conference on Applied Algebraic Geometry Daejeon, South Korea, 2015 Irina Kogan North Carolina State University Supported in part by the 1 Based on: 1. J. M. Burdis, I. A. Kogan and H. Hong Object-image

More information

Integrating Factors for Second-order ODEs

Integrating Factors for Second-order ODEs J. Symbolic Computation (1999) 27, 501 519 Article No. jsco.1999.0264 Available online at http://www.idealibrary.com on Integrating Factors for Second-order ODEs E. S. CHEB-TERRAB AND A. D. ROCHE Symbolic

More information

Standard bases in differential algebra

Standard bases in differential algebra Standard bases in differential algebra E.V. Pankratiev and A.I. Zobnin April 7, 2006 1 Gröbner bases of polynomial ideals Let R = k[x 0,..., x m ] be the polynomial ring over a field k. By T = T (X) we

More information

Linear Algebra Practice Problems

Linear Algebra Practice Problems Linear Algebra Practice Problems Math 24 Calculus III Summer 25, Session II. Determine whether the given set is a vector space. If not, give at least one axiom that is not satisfied. Unless otherwise stated,

More information

Linearization of Second-Order Ordinary Dif ferential Equations by Generalized Sundman Transformations

Linearization of Second-Order Ordinary Dif ferential Equations by Generalized Sundman Transformations Symmetry, Integrability and Geometry: Methods and Applications SIGMA 6 (2010), 051, 11 pages Linearization of Second-Order Ordinary Dif ferential Equations by Generalized Sundman Transformations Warisa

More information

Computation of the Minimal Associated Primes

Computation of the Minimal Associated Primes Computation of the Minimal Associated Primes Santiago Laplagne Departamento de Matemática, Universidad de Buenos Aires Buenos Aires, Argentina slaplagn@dm.uba.ar Abstract. We propose a new algorithm for

More information

SYMMETRY ANALYSIS AND SOME SOLUTIONS OF GOWDY EQUATIONS

SYMMETRY ANALYSIS AND SOME SOLUTIONS OF GOWDY EQUATIONS SYMMETRY ANALYSIS AND SOME SOLUTIONS OF GOWDY EQUATIONS RAJEEV KUMAR 1, R.K.GUPTA 2,a, S.S.BHATIA 2 1 Department of Mathematics Maharishi Markandeshwar Univesity, Mullana, Ambala-131001 Haryana, India

More information

Manual for LIEPDE. Thomas Wolf Department of Mathematics Brock University St.Catharines Ontario, Canada L2S 3A1

Manual for LIEPDE. Thomas Wolf Department of Mathematics Brock University St.Catharines Ontario, Canada L2S 3A1 Manual for LIEPDE Thomas Wolf Department of Mathematics Brock University St.Catharines Ontario, Canada L2S 3A1 twolf@brocku.ca March 20, 2004 1 Purpose The procedure LIEPDE computes infinitesimal symmetries

More information

Solutions of linear ordinary differential equations in terms of special functions

Solutions of linear ordinary differential equations in terms of special functions Solutions of linear ordinary differential equations in terms of special functions Manuel Bronstein ManuelBronstein@sophiainriafr INRIA Projet Café 004, Route des Lucioles, BP 93 F-0690 Sophia Antipolis

More information

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 0

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 0 CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 0 GENE H GOLUB 1 What is Numerical Analysis? In the 1973 edition of the Webster s New Collegiate Dictionary, numerical analysis is defined to be the

More information

Structured Matrices and Solving Multivariate Polynomial Equations

Structured Matrices and Solving Multivariate Polynomial Equations Structured Matrices and Solving Multivariate Polynomial Equations Philippe Dreesen Kim Batselier Bart De Moor KU Leuven ESAT/SCD, Kasteelpark Arenberg 10, B-3001 Leuven, Belgium. Structured Matrix Days,

More information

New methods of reduction for ordinary differential equations

New methods of reduction for ordinary differential equations IMA Journal of Applied Mathematics (2001) 66, 111 125 New methods of reduction for ordinary differential equations C. MURIEL AND J. L. ROMERO Departamento de Matemáticas, Universidad de Cádiz, PO Box 40,

More information

About Integrable Non-Abelian Laurent ODEs

About Integrable Non-Abelian Laurent ODEs About Integrable Non-Abelian Laurent ODEs T. Wolf, Brock University September 12, 2013 Outline Non-commutative ODEs First Integrals and Lax Pairs Symmetries Pre-Hamiltonian Operators Recursion Operators

More information

Symmetry Properties and Exact Solutions of the Fokker-Planck Equation

Symmetry Properties and Exact Solutions of the Fokker-Planck Equation Nonlinear Mathematical Physics 1997, V.4, N 1, 13 136. Symmetry Properties and Exact Solutions of the Fokker-Planck Equation Valery STOHNY Kyïv Polytechnical Institute, 37 Pobedy Avenue, Kyïv, Ukraïna

More information

The Lanczos and conjugate gradient algorithms

The Lanczos and conjugate gradient algorithms The Lanczos and conjugate gradient algorithms Gérard MEURANT October, 2008 1 The Lanczos algorithm 2 The Lanczos algorithm in finite precision 3 The nonsymmetric Lanczos algorithm 4 The Golub Kahan bidiagonalization

More information

MATH 583A REVIEW SESSION #1

MATH 583A REVIEW SESSION #1 MATH 583A REVIEW SESSION #1 BOJAN DURICKOVIC 1. Vector Spaces Very quick review of the basic linear algebra concepts (see any linear algebra textbook): (finite dimensional) vector space (or linear space),

More information

Equivalence, Invariants, and Symmetry

Equivalence, Invariants, and Symmetry Equivalence, Invariants, and Symmetry PETER J. OLVER University of Minnesota CAMBRIDGE UNIVERSITY PRESS Contents Preface xi Acknowledgments xv Introduction 1 1. Geometric Foundations 7 Manifolds 7 Functions

More information

Research Article Exact Solutions of φ 4 Equation Using Lie Symmetry Approach along with the Simplest Equation and Exp-Function Methods

Research Article Exact Solutions of φ 4 Equation Using Lie Symmetry Approach along with the Simplest Equation and Exp-Function Methods Abstract and Applied Analysis Volume 2012, Article ID 350287, 7 pages doi:10.1155/2012/350287 Research Article Exact Solutions of φ 4 Equation Using Lie Symmetry Approach along with the Simplest Equation

More information

Main matrix factorizations

Main matrix factorizations Main matrix factorizations A P L U P permutation matrix, L lower triangular, U upper triangular Key use: Solve square linear system Ax b. A Q R Q unitary, R upper triangular Key use: Solve square or overdetrmined

More information

Algebraic Constraints on Initial Values of Differential Equations

Algebraic Constraints on Initial Values of Differential Equations Algebraic Constraints on Initial Values of Differential Equations F.Leon Pritchard, York College; William Sit, City College, CUNY May 8, 2009 Graduate Center Series Kolchin Seminar in Differential Algebra,

More information

arxiv: v1 [math.ap] 9 Mar 2019

arxiv: v1 [math.ap] 9 Mar 2019 Extensions of the MapDE algorithm for mappings relating differential equations arxiv:1903.03727v1 [math.ap] 9 Mar 2019 Zahra. Mohammadi, Gregory J. Reid and S.-L. Tracy Huang, Department of Applied Mathematics,

More information

2.3. VECTOR SPACES 25

2.3. VECTOR SPACES 25 2.3. VECTOR SPACES 25 2.3 Vector Spaces MATH 294 FALL 982 PRELIM # 3a 2.3. Let C[, ] denote the space of continuous functions defined on the interval [,] (i.e. f(x) is a member of C[, ] if f(x) is continuous

More information

EXISTENCE VERIFICATION FOR SINGULAR ZEROS OF REAL NONLINEAR SYSTEMS

EXISTENCE VERIFICATION FOR SINGULAR ZEROS OF REAL NONLINEAR SYSTEMS EXISTENCE VERIFICATION FOR SINGULAR ZEROS OF REAL NONLINEAR SYSTEMS JIANWEI DIAN AND R BAKER KEARFOTT Abstract Traditional computational fixed point theorems, such as the Kantorovich theorem (made rigorous

More information

Open Problems in Symmetry Analysis

Open Problems in Symmetry Analysis Open Problems in Symmetry Analysis Peter A Clarkson and Elizabeth L Mansfield Abstract. In this paper we discuss open problems associated with the study of symmetry reductions and exact solutions of differential

More information

McGill University Department of Mathematics and Statistics. Ph.D. preliminary examination, PART A. PURE AND APPLIED MATHEMATICS Paper BETA

McGill University Department of Mathematics and Statistics. Ph.D. preliminary examination, PART A. PURE AND APPLIED MATHEMATICS Paper BETA McGill University Department of Mathematics and Statistics Ph.D. preliminary examination, PART A PURE AND APPLIED MATHEMATICS Paper BETA 17 August, 2018 1:00 p.m. - 5:00 p.m. INSTRUCTIONS: (i) This paper

More information

Symmetry Methods for Differential and Difference Equations. Peter Hydon

Symmetry Methods for Differential and Difference Equations. Peter Hydon Lecture 2: How to find Lie symmetries Symmetry Methods for Differential and Difference Equations Peter Hydon University of Kent Outline 1 Reduction of order for ODEs and O Es 2 The infinitesimal generator

More information

Superintegrability? Hidden linearity? Classical quantization? Symmetries and more symmetries!

Superintegrability? Hidden linearity? Classical quantization? Symmetries and more symmetries! Superintegrability? Hidden linearity? Classical quantization? Symmetries and more symmetries! Maria Clara Nucci University of Perugia & INFN-Perugia, Italy Conference on Nonlinear Mathematical Physics:

More information

A Lie-Group Approach for Nonlinear Dynamic Systems Described by Implicit Ordinary Differential Equations

A Lie-Group Approach for Nonlinear Dynamic Systems Described by Implicit Ordinary Differential Equations A Lie-Group Approach for Nonlinear Dynamic Systems Described by Implicit Ordinary Differential Equations Kurt Schlacher, Andreas Kugi and Kurt Zehetleitner kurt.schlacher@jku.at kurt.zehetleitner@jku.at,

More information

Symmetry Solutions of a Third-Order Ordinary Differential Equation which Arises from Prandtl Boundary Layer Equations

Symmetry Solutions of a Third-Order Ordinary Differential Equation which Arises from Prandtl Boundary Layer Equations Journal of Nonlinear Mathematical Physics Volume 15, Supplement 1 (2008), 179 191 Article Symmetry Solutions of a Third-Order Ordinary Differential Equation which Arises from Prandtl Boundary Layer Equations

More information

A Note on the Pin-Pointing Solution of Ill-Conditioned Linear System of Equations

A Note on the Pin-Pointing Solution of Ill-Conditioned Linear System of Equations A Note on the Pin-Pointing Solution of Ill-Conditioned Linear System of Equations Davod Khojasteh Salkuyeh 1 and Mohsen Hasani 2 1,2 Department of Mathematics, University of Mohaghegh Ardabili, P. O. Box.

More information

Research Article Some Results on Equivalence Groups

Research Article Some Results on Equivalence Groups Applied Mathematics Volume 2012, Article ID 484805, 11 pages doi:10.1155/2012/484805 Research Article Some Results on Equivalence Groups J. C. Ndogmo School of Mathematics, University of the Witwatersrand,

More information

STABILITY OF INVARIANT SUBSPACES OF COMMUTING MATRICES We obtain some further results for pairs of commuting matrices. We show that a pair of commutin

STABILITY OF INVARIANT SUBSPACES OF COMMUTING MATRICES We obtain some further results for pairs of commuting matrices. We show that a pair of commutin On the stability of invariant subspaces of commuting matrices Tomaz Kosir and Bor Plestenjak September 18, 001 Abstract We study the stability of (joint) invariant subspaces of a nite set of commuting

More information

Kac-Moody Algebras. Ana Ros Camacho June 28, 2010

Kac-Moody Algebras. Ana Ros Camacho June 28, 2010 Kac-Moody Algebras Ana Ros Camacho June 28, 2010 Abstract Talk for the seminar on Cohomology of Lie algebras, under the supervision of J-Prof. Christoph Wockel Contents 1 Motivation 1 2 Prerequisites 1

More information

On The Belonging Of A Perturbed Vector To A Subspace From A Numerical View Point

On The Belonging Of A Perturbed Vector To A Subspace From A Numerical View Point Applied Mathematics E-Notes, 7(007), 65-70 c ISSN 1607-510 Available free at mirror sites of http://www.math.nthu.edu.tw/ amen/ On The Belonging Of A Perturbed Vector To A Subspace From A Numerical View

More information

Vision 3D articielle Session 2: Essential and fundamental matrices, their computation, RANSAC algorithm

Vision 3D articielle Session 2: Essential and fundamental matrices, their computation, RANSAC algorithm Vision 3D articielle Session 2: Essential and fundamental matrices, their computation, RANSAC algorithm Pascal Monasse monasse@imagine.enpc.fr IMAGINE, École des Ponts ParisTech Contents Some useful rules

More information

Lecture 1: Review of linear algebra

Lecture 1: Review of linear algebra Lecture 1: Review of linear algebra Linear functions and linearization Inverse matrix, least-squares and least-norm solutions Subspaces, basis, and dimension Change of basis and similarity transformations

More information

SYMMETRIES OF SECOND-ORDER DIFFERENTIAL EQUATIONS AND DECOUPLING

SYMMETRIES OF SECOND-ORDER DIFFERENTIAL EQUATIONS AND DECOUPLING SYMMETRIES OF SECOND-ORDER DIFFERENTIAL EQUATIONS AND DECOUPLING W. Sarlet and E. Martínez Instituut voor Theoretische Mechanica, Universiteit Gent Krijgslaan 281, B-9000 Gent, Belgium Departamento de

More information

Symbolic Computation of Nonlocal Symmetries and Nonlocal Conservation Laws of Partial Differential Equations Using the GeM Package for Maple

Symbolic Computation of Nonlocal Symmetries and Nonlocal Conservation Laws of Partial Differential Equations Using the GeM Package for Maple Symbolic Computation of Nonlocal Symmetries and Nonlocal Conservation Laws of Partial Differential Equations Using the GeM Package for Maple Alexei F. Cheviakov Abstract The use of the symbolic software

More information

ON THE SYMMETRIES OF INTEGRABLE PARTIAL DIFFERENCE EQUATIONS

ON THE SYMMETRIES OF INTEGRABLE PARTIAL DIFFERENCE EQUATIONS Proceedings of the International Conference on Difference Equations, Special Functions and Orthogonal Polynomials, World Scientific (2007 ON THE SYMMETRIES OF INTEGRABLE PARTIAL DIFFERENCE EQUATIONS ANASTASIOS

More information

MAURER CARTAN EQUATIONS FOR LIE SYMMETRY PSEUDO-GROUPS OF DIFFERENTIAL EQUATIONS

MAURER CARTAN EQUATIONS FOR LIE SYMMETRY PSEUDO-GROUPS OF DIFFERENTIAL EQUATIONS MAURER CARTAN EQUATIONS FOR LIE SYMMETRY PSEUDO-GROUPS OF DIFFERENTIAL EQUATIONS JEONGOO CHEH, PETER J. OLVER, JUHA POHJANPELTO ABSTRACT. A new method of constructing structure equations of Lie symmetry

More information

Contact trivialization of ordinary differential equations 1

Contact trivialization of ordinary differential equations 1 Differential Geometry and Its Applications 73 Proc. Conf., Opava (Czech Republic), August 27 31, 2001 Silesian University, Opava, 2001, 73 84 Contact trivialization of ordinary differential equations 1

More information

Numerical local irreducible decomposition

Numerical local irreducible decomposition Numerical local irreducible decomposition Daniel A. Brake, Jonathan D. Hauenstein, and Andrew J. Sommese Department of Applied and Computational Mathematics and Statistics, University of Notre Dame, Notre

More information

Symmetries and solutions of the non-autonomous von Bertalanffy equation

Symmetries and solutions of the non-autonomous von Bertalanffy equation University of Wollongong Research Online Faculty of Engineering and Information Sciences - Papers: Part A Faculty of Engineering and Information Sciences 205 Symmetries and solutions of the non-autonomous

More information

Lie s Symmetries of (2+1)dim PDE

Lie s Symmetries of (2+1)dim PDE International Journal of Mathematics Trends and Technology (IJMTT) - Volume 5 Numer 6 Novemer 7 Lie s Symmetries of (+)dim PDE S. Padmasekaran and S. Rajeswari Department of Mathematics Periyar University

More information

. = V c = V [x]v (5.1) c 1. c k

. = V c = V [x]v (5.1) c 1. c k Chapter 5 Linear Algebra It can be argued that all of linear algebra can be understood using the four fundamental subspaces associated with a matrix Because they form the foundation on which we later work,

More information

Numerical Linear Algebra Primer. Ryan Tibshirani Convex Optimization /36-725

Numerical Linear Algebra Primer. Ryan Tibshirani Convex Optimization /36-725 Numerical Linear Algebra Primer Ryan Tibshirani Convex Optimization 10-725/36-725 Last time: proximal gradient descent Consider the problem min g(x) + h(x) with g, h convex, g differentiable, and h simple

More information

Zhi-Wei Sun Department of Mathematics, Nanjing University Nanjing , People s Republic of China

Zhi-Wei Sun Department of Mathematics, Nanjing University Nanjing , People s Republic of China J. Number Theory 16(016), 190 11. A RESULT SIMILAR TO LAGRANGE S THEOREM Zhi-Wei Sun Department of Mathematics, Nanjing University Nanjing 10093, People s Republic of China zwsun@nju.edu.cn http://math.nju.edu.cn/

More information

Canonical Forms for BiHamiltonian Systems

Canonical Forms for BiHamiltonian Systems Canonical Forms for BiHamiltonian Systems Peter J. Olver Dedicated to the Memory of Jean-Louis Verdier BiHamiltonian systems were first defined in the fundamental paper of Magri, [5], which deduced the

More information

CHAPTER 10: Numerical Methods for DAEs

CHAPTER 10: Numerical Methods for DAEs CHAPTER 10: Numerical Methods for DAEs Numerical approaches for the solution of DAEs divide roughly into two classes: 1. direct discretization 2. reformulation (index reduction) plus discretization Direct

More information

Inductive and Recursive Moving Frames for Lie Pseudo-Groups

Inductive and Recursive Moving Frames for Lie Pseudo-Groups Inductive and Recursive Moving Frames for Lie Pseudo-Groups Francis Valiquette (Joint work with Peter) Symmetries of Differential Equations: Frames, Invariants and Applications Department of Mathematics

More information

Least Squares. Tom Lyche. October 26, Centre of Mathematics for Applications, Department of Informatics, University of Oslo

Least Squares. Tom Lyche. October 26, Centre of Mathematics for Applications, Department of Informatics, University of Oslo Least Squares Tom Lyche Centre of Mathematics for Applications, Department of Informatics, University of Oslo October 26, 2010 Linear system Linear system Ax = b, A C m,n, b C m, x C n. under-determined

More information

Exact Solutions of Nonlinear Partial Dif ferential Equations by the Method of Group Foliation Reduction

Exact Solutions of Nonlinear Partial Dif ferential Equations by the Method of Group Foliation Reduction Symmetry, Integrability and Geometry: Methods and Applications Exact Solutions of Nonlinear Partial Dif ferential Equations by the Method of Group Foliation Reduction SIGMA 7 (2011), 066, 10 pages Stephen

More information

DERIVATIONS. Introduction to non-associative algebra. Playing havoc with the product rule? BERNARD RUSSO University of California, Irvine

DERIVATIONS. Introduction to non-associative algebra. Playing havoc with the product rule? BERNARD RUSSO University of California, Irvine DERIVATIONS Introduction to non-associative algebra OR Playing havoc with the product rule? PART VI COHOMOLOGY OF LIE ALGEBRAS BERNARD RUSSO University of California, Irvine FULLERTON COLLEGE DEPARTMENT

More information

Conditional Symmetry Reduction and Invariant Solutions of Nonlinear Wave Equations

Conditional Symmetry Reduction and Invariant Solutions of Nonlinear Wave Equations Proceedings of Institute of Mathematics of NAS of Ukraine 2002, Vol. 43, Part 1, 229 233 Conditional Symmetry Reduction and Invariant Solutions of Nonlinear Wave Equations Ivan M. TSYFRA Institute of Geophysics

More information

AM 205: lecture 8. Last time: Cholesky factorization, QR factorization Today: how to compute the QR factorization, the Singular Value Decomposition

AM 205: lecture 8. Last time: Cholesky factorization, QR factorization Today: how to compute the QR factorization, the Singular Value Decomposition AM 205: lecture 8 Last time: Cholesky factorization, QR factorization Today: how to compute the QR factorization, the Singular Value Decomposition QR Factorization A matrix A R m n, m n, can be factorized

More information