• Aucun résultat trouvé

The Extension of Euler’s Formula and Its Applications

N/A
N/A
Protected

Academic year: 2022

Partager "The Extension of Euler’s Formula and Its Applications"

Copied!
41
0
0

Texte intégral

(1)

The Extension of Euler’s Formula and Its Applications

Honglin Zhu Jinyi Wang

Supervisor: Qingming Yang

Tsinghua University High School, Beijing, China

(2)

I

Contents

Abstract···II

Chapter 1 Introduction···1

Chapter 2 The extension of Euler’s Formula···2

Chapter 3 The connection between Euler’s Formula and Lagrange Interpolating Polynomial···17

Chapter 4 Other applications of the formula, conjectures and predictions···27

Chapter 5 Conclusion···31

Index···32

References···34

Appendix···35

Acknowledgements···38

(3)

II

ABSTRACT

In this paper we first introduce a fractional form formula among a number of Euler’s formulas. We then extend the formula and with mathematical induction prove the case when the number of terms increases and the exponent is integer. Afterwards, we study the connection between Euler’s formula and Lagrange interpolating polynomial and use the latter to prove part of the extended formula. We then obtain a new formula from this connection.

At last, we derive a set of new equations from the extended formula.

Keywords: Euler’s Formula, Lagrange Interpolating Polynomial, Mathematical Induction

(4)

1

Chapter 1 Introduction

Euler discovered the following equation in 18th century, and named it as Euler’s Formula, which is the name for many of his formulas, making them sometimes confusing.

( )( ) ( )( )

0, 0,1

)( 1, 2

) , ( 3

r

r r r

b c

b a b c c r a

a b a c a c b

a b c r ì =

+ =ïí =

- - - -

+ + =

- - + ïî

(1.1)

However, this formula only includes four cases with

r = 0,1,2,3

and three terms. Thus, this formula draws attention of the people who love math.

Someone (reference [2]) has already succeeded in expanding the formula to the cases when r is any non-negative integers.

In this paper, we will furthermore systematically expand the formula to f n,

( )

r =

i=1

n a air ia1

( )

!

(

aiai−1

) (

aiai+1

)

!

(

aian

)

(1.2)

where a1,a2,!,an are distinct and n³2, 𝑟 ∈ ℤ, that is when r is any integer and the number of terms is greater than one.

At first, we spent a month to solve and prove the case when r=0 using mathematical induction, which is often the tool used in our proofs. Then, from this case we got the recursion formula about the relation between

f n r ( , )

and

( 1, )

f n - i

,

(

i=0,1,!,r−1

)

. Using the new formula, we solved the cases when 1 0

r n- + < and r n- +1 0³ separately

(

r>0

)

. After that, we solved the cases when r<0 through similar approach.

Subsequently, we studied the connection between Euler’s Formula and Lagrange Interpolating Polynomial, and proved part of the expanded formula of

f n r ( , )

. Through this connection we also discovered a new equation.

At last, we derived some new formulas as well as new thoughts from the expansion of Euler’s Formula.

(5)

2

Chapter 2 The expansion of Euler’s Formula

2.1 The case when r = 0

We used a C++ program to choose random ai and calculate

f n ( ,0)

. We found out that the outcome is always very close to 0.

n r

a

i

f n ( ,0)

3 0 0,-6,2 0

4 0 -2,-7,3,1 0

5 0 -6,-1,5,9,-9

1.05879 10 ´

-22

6 0 0,-3,1,7,-1,-4

- 4.23516 10 ´

-22

7 0 -6,-7,-3,0,-4,6,3

1.32349 10 ´

-23

Chart 1

(The source code and the outcome of a

f (7,0)

and a

f (11,0)

are in the appendix)

Hence, we guess that

f n ( ,0) 0 =

. Lemma (1):

f n ( ,0) 0 =

Proof:

First we have 1 1 a b b a+ =0

- -

Suppose

f k ( ,0) 0 =

, that is 1

(a1a2)(a1a3)!(a1ak−1)(a1ak)+ 1

(a2a1)(a2a3)!(a2ak−1)(a2ak)

+!+ 1

(aka1)(aka2)!(akak2)(akak1)=0

Then

(6)

3

a1ak+1

( )

a1a2

( ) (

a1a3

)

!

(

a1ak+1

)

+

(

a2ak+1

)

a2a1

( ) (

a2a3

)

!

(

a2ak+1

)

+!+

(

akak+1

)

aka1

( ) (

aka2

)

!

(

akak−1

) (

akak+1

)

=0

(2.1)

Now we need to prove

f k ( + 1,0) 0 =

, that is 1

a1a2

( ) (

a1a3

)

!(a1ak+1)+ 1 a2a1

( ) (

a2a3

)

!(a2ak+1)+!+ 1

aka1

( )

!(ak ak−1)(ak ak+1)+

(

ak+1a1

)

!(ak+11ak−1)(ak+1ak)=0

(2.2)

(2.2) left side ×

(

a a1- k+1

)

,

a1ak+1 a1a2

( ) (

a1a3

)

!(a1ak+1)+ a1ak+1 a2a1

( ) (

a2a3

)

!(a2ak+1) +!+ a1ak+1

aka1

( )

!(akak−1)(akak+1)

(2.3)

(2.1) left side - (2.3), 0

a1a2

( ) (

a1a3

)

!(a1ak)(a1ak+1)+ a2a1 a2a1

( ) (

a2a3

)

!(a2ak)(a2ak+1) +!+ aka1

aka1

( ) (

ak a2

)

!(ak ak−1)(akak+1)+ ak+1a1 ak+1a1

( )

!(ak+1ak−1)(ak+1ak)

= 1

a2a3

( ) (

a2a4

)

!(a2ak)(a2ak+1)+ 1 a3a2

( ) (

a3a4

)

!(a3ak)(a3ak+1)

+!+ 1

ak+1a2

( ) (

ak+1a3

)

!(ak+1ak−1)(ak+1ak)

=0

∴(2.1)-(2.3)=0

∵(2.1)=0

∴(2.3)=0

Also (2.3)

=

(2.2)×

(

a a1- k+1

)

∴(2.2)=0, that is if

f k ( ,0) 0 =

,

f k ( + 1,0) 0 =

Q.E.D.

(7)

4

Figure 1

(8)

5

2.2 The cases when r > 0

2.2.1 The recursion formula of

f n r ( , )

After guessing that

f n ( ,0) 0 =

, we figured that if this hypothesis was proven true, then there would be a relation between

f a b ( , )

and f(a−1,0), f(a−1,1), !, f(a−1,b−1). We give the following lemma to illustrate that relation.

Lemma (2):

f n,

( )

r =anr−1f n

(

1,0

)

+anr−2f n

(

−1,1

)

+!+

an1f n

(

−1,r−2

)

+an0f n

(

−1,r1

)

(2.4)

Figure 2

(9)

6

Proof:

f n,r

( )

= a a1r

1a2

( ) (

a1a3

)

!

(

a1an

)

+ a2

r

a2a1

( ) (

a2a3

)

!

(

a2an

)

+!+ anr

ana1

( ) (

ana2

)

!

(

anan−1

)

= a1ranr a1a2

( ) (

a1a3

)

!

(

a1an

)

+ a2

ranr a2a1

( ) (

a2a3

)

!

(

a2an

)

+!+ anranr ana1

( ) (

ana2

)

!

(

anan−1

)

= a1r−1+a1r−2an+!+anr−1 a1a2

( ) (

a1a3

)

!

(

a1an−1

)

+ a2

r−1+a2r−2an+!+anr−1 a2a1

( ) (

a2a3

)

!

(

a2an−1

)

+!+ an−1r−1+an−1r−2an+!+anr−1 an−1a1

( ) (

an−1a2

)

!

(

an−1an−2

)

=anr−1f n

(

−1,0

)

+an

r−2f n

(

−1,1

)

+!+an

1f n

(

−1,r−2

)

+an

0f n

(

−1,r−1

)

Q.E.D.

(10)

7

2.2.2 The expanded formula when r n- + <1 0

First, we found that since

f (2,0) 0 =

, f(3,1)=a f30 (2,0) 0= . Also, because

(3,0) (3,1) 0

f = f =

, thus f(4,1)=a f40 (3,0) 0, (4, 2)= f =a f41 (3,0)+a f40 (3,1) 0= .

……

Using Lemma(2) (2.4), it is relatively easy to find out Theorem (1):

When r n- + <1 0,

( , ) 0

f n r =

(2.5)

Figure 3 Figure 4

Figure 6 Figure 5

(11)

8

Proof:

Using Lemma (2) (2.4)

f n,

( )

r =anr−1f n

(

1,0

)

+anr−2f n

(

−1,1

)

+!+

an1f n

(

−1,r−2

)

+an0f n

(

−1,r1

)

We get

f n,r

( )

=0+c1f n

(

2,0

)

+!+cr−3f n

(

2,r3

)

+cr−2f n

(

2,r2

)

(ci are constants)

=0+0+d1f n

(

−3,0

)

+!+dr−4f n

(

−3,r−4

)

+dr−3f n

(

−3,r−3

)

(di are constants)

!

=0+0+!+kf n

(

r,0

)

(k is a constant)

Since n r- ³2,

f n r ( , ) 0 =

. Q.E.D.

(12)

9

2.2.3 The general formula

g n r ( , )

when r n- +1 0³ Apparently,

f(2,r)=a1r−1+a1r−2a2+!+a1a2r−2+a2r−1 (r>0, because f(2,0)=0)

=

k1+k

2=r−1a1k1a2k2 (k1, k2 ≥0) According to Lemma (2) (2.4)

f n,

( )

r =anr−1f n

(

1,0

)

+anr−2f n

(

−1,1

)

+!+

an1f n

(

−1,r−2

)

+an0f n

(

−1,r1

)

We get

f

( )

3,r =a3r−1f

( )

2,0 +a3r−2f

( )

2,1 +!+a31f

(

2,r2

)

+a30f

(

2,r1

)

(r>1, because r−1>0 otherwise all the terms would be 0 according to Theorem (1))

=0+a3r−2 a1k1a2k2

k1

+k2=0 +a3r−3 a1k1a2k2 k1

+k2=1

+!+a31 a1k1a2k2

k1+k

2=r−3 +a30 a1k1a2k2 k1+k

2=r−2

=

k1+k2

+k3=r−2a1k1a2k2a3k3

By analogy, the following formula can be deduced.

Theorem (2):

When r n- +1 0³ ,

( ) ( ) ( )

1

1 1

, , j 0

n i i

n k

j i

k r n j

f n r g n r a k

=

= -+ =

æ ö

= = ³ç ÷

è ø

å

å Õ

(2.6)

Proof:

Firstly,

f (2, ) r = g r (2, )

Suppose for integer u and any constant integer v(v−u+1≥0,u≥2,v≥0), f(u,v)= g(u,v).

Then

(13)

10

f u

(

+1,v

)

=au+1

v−1f u,0

( )

+au+1

v−2f u,1

( )

+!+au+1

0f u,

(

v−1

)

=0+0+!+0+au+1v−uf u,u

(

−1

)

+!au+1

0f u,

(

v−1

)

=0+0+!+0+au+1v−ug u,

(

u−1

)

+!au+1

0g u,

(

v−1

)

=au+1v−u

i=1

uki=0

j=1

u ajkj

⎝⎜

⎠⎟+au+1v−u−1

i=1

uki=1

j=1

u ajkj

⎝⎜

⎠⎟

+!+au+10

i=1

uki=v−u

j=1

u ajkj

⎝⎜

⎠⎟

= [au+1h( ajkj)

j=1

u ]

ki=v−u−h

i=1

u

⎨⎪⎪

⎩⎪

⎬⎪⎪

⎭⎪

h=0

v−u

=

i=1

u+1ki=v−u

j=1

u+1ajkj

⎝⎜

⎠⎟

=g u

(

+1,vw

)

While rn+10,

f n,r

( )

=g n,

( )

r =

i=1

nki=r−n+1

j=1

n ajkj

⎝⎜

⎠⎟

(

ki≥0

)

Q.E.D.

(14)

11

2.2.4 Generalization of the cases when r>0 When r>0,

f n,r

( )

=

i=1

nki=r−n+1

j=1

n ajkj

⎝⎜

⎠⎟

(

ki≥0

)

, rn≥ −1

0, r−n<−1

⎪⎪

⎪⎪

(2.7)

(15)

12

2.3 The cases when

r<0

2.3.1 The recursion formula when r<0

We predicted that there is still a recursion formula of

f n r ( , )

when r<0, and provided the following lemma.

Lemma (3):

f n,

( )

r =−anrf n

(

1,−1

)

anr+1f n

(

1,−2

)

−!−an−2f n

(

−1,r+1

)

an−1f n

(

1,r

)

(2.8)

Figure 7

(16)

13

Proof:

f n,

( )

r = a a1r

1a2

( ) (

a1a3

)

!

(

a1an

)

+ a2

r

a2a1

( ) (

a2a3

)

!

(

a2an

)

+!+ anr

ana1

( ) (

ana2

)

!

(

anan−1

)

= a1ranr a1a2

( ) (

a1a3

)

!

(

a1an

)

+ a2

ranr a2a1

( ) (

a2a3

)

!

(

a2an

)

+!+ anranr ana1

( ) (

ana2

)

!

(

anan−1

)

=−a1ranr a1−r−1+a1−r−2an+!+an−r−1 a1a2

( ) (

a1a3

)

!

(

a1an−1

)

a2ranr a2

−r−1+a2−r−2an+!+an−r−1 a2a1

( ) (

a2a3

)

!

(

a2an−1

)

−!−an−1ranr an−1−r−1+an−1−r−2an+!+an−r−1 an−1a1

( ) (

an−1a2

)

!

(

an−1an−2

)

=−anrf n

(

−1,−1

)

an

r+1f n

(

−1,−2

)

!−an

−2f n

(

−1,r+1

)

an

−1f n

(

−1,r

)

Q.E.D.

(17)

14

2.3.2 The general formula when r<0 Obviously,

f

( )

2,r = aa1r

1a2 + a2r a2a1

= a1ra2r a1a2

=−a1−1a2−1

(

a1r+1+a1r+2a2−1+!+a2r+1

)

=−

k1+k

2=r−1a1k1a2k2 (k1,k2<0)

Using (2.8), we get

( )

1 2 3

( )

1 2 3

1 2 3 1 2 3

2

3, k k k , , 1

k k k r

f r a a a k k k

+ + = -

=

å

£ -

By analogy, the following formula can be deduced.

Theorem (3):

When r<0,

( ) ( ) ( ) ( )

1

1

1 1

, , 1 j 0

n i i

n n k

j i

k r n j

f n r h n r a k

=

-

= -+ =

æ ö

= = - < ç ÷

è ø

å

å Õ

(2.9)

Proof:

Firstly, f

( ) ( )

2,r =h 2,r

Suppose for integer u and any constant integer v, (u≥2,v<0), f u,

( )

v = h u,

( )

v .

Then

(18)

15

f u

(

+1,v

)

=au+1vf u,−1

( )

au+1v+1f u,−2

( )

−!an−1f u

(

+1,v

)

=−au+1vh u,−1

( )

au+1v+1h u,−2

( )

!−an

−1h u,v

( )

=−au+1v

( )

−1u−1 aj kj j=1

u

⎝⎜

ki=−u ⎠⎟

i=1

u

−au+1v+1

( )

−1u−1 ajkj

j=1

u

⎝⎜

ki=−u−1 ⎠⎟

i=1

u

−!−au+1−1

( )

−1u−1 aj kj j=1

u

⎝⎜

ki=v−u+1 ⎠⎟

i=1

u

=

( )

−1u au+1

h ajkj

j=1

u

⎝⎜

⎠⎟

⎣⎢

⎦⎥

ki=v−u−h

i=1

u

⎨⎪⎪

⎩⎪

⎬⎪⎪

⎭⎪

h=−1

v

=

( )

−1u aj kj j=1

u+1

⎝⎜

ki=v−u ⎠⎟

i=1

u+1

=h(u+1,v)

Hence, when r<0,

( ) ( ) ( )

1

1

1 1

1 ( 0

, )

,

i

j

n i

n

j

n k

j k r n

n i

f r h n r a k

=

-

= - + =

æ ö

= = - < ç ÷

è ø

å

å Õ

Q.E.D.

(19)

16

2.4 Generalization of the cases when

𝑟 ∈ ℤ

f n,r

( )

=

i=1

nki=r−n+1

j=1

n ajkj

⎝⎜

⎠⎟

(

ki ≥0

)

, r>n1

0, 0≤rn−1

( )

−1n−1

i=1

nki=r−n+1

j=1

n ajkj

⎝⎜

⎠⎟

(

ki <0

)

, r<0

⎪⎪

⎪⎪

⎪⎪

⎪⎪

⎪⎪

Figure 8

(20)

17

Chapter 3 The connection between Euler’s Formula and Lagrange Interpolating Polynomial

Our teacher mentioned that there is some similarities and connections between Euler’s Formula and Lagrange Interpolating Polynomial. In the latter,

1

(

( ) ( ) )

n

i i

i

F x f x l x

=

=

å

(3.1)

where

li(x)= (x−x1)(x−x2)!(x−xi−1)(x−xi+1)!(x−xn) (xix1)(xix2)!(xixi−1)(xixi+1)!(xixn)

the denominator of l xi( ) is the same as the denominator of

f n r ( , )

(of course, the constants changes to xi). In addition, the coefficient of

x

n-1 is 1, which matches the numerator of

f n r ( , )

. Therefore, we found that the polynomial somehow connects with the expanded formula, leading to the proof of some cases of

f n r ( , )

.

(21)

18

3.1 Lagrange Interpolating Polynomial

1

(

( ) ( ) )

n

i i

i

F x f x l x

=

=

å

(3.1)

where li(x)= (x−x1)(x−x2)!(xxi−1)(x−xi+1)!(xxn) (xix1)(xix2)!(xixi−1)(xixi+1)!(xixn)

In order to prove the cases of

f n r ( , )

, we have to use a special property of the polynomial, which is that if f x

( )

is a polynomial of degree n-1 or less, then f x

( )

=F x

( )

.

To prove this property of the polynomial, we need to prove the following lemma.

Lemma (4): A polynomial of degree n-1 or less cannot have n zeros.

Proof: Suppose a polynomial of degree n-1 or less does have n zeros, then this polynomial must have at least n-1 stationary points, which means

( )

f x¢ has at least n-1 zeros. Likewise, f x¢

( )

has at least n-2 stationary points, that means f x¢¢

( )

has at least n-2 zeros, and so on. f x

( )

can only

have a constant n-1th order derivative (or does not have one at all).

However, the deduction above indicates that it has a n-1th order derivative that has at least one zero, which is contradictory. Thus, such polynomials cannot exist.

Q.E.D.

(22)

19

Lemma (5): If f x

( )

is a polynomial of degree n-1 or less, then

( ) ( )

f x =F x .

Proof: Suppose f x

( )

¹F x

( )

, then assume that g x

( ) ( ) ( )

= f x -F x ,

where g x

( )

is a polynomial of degree n-1 or less. Because on the n points ( x1,x2,!,xn ) f x

( )

and F x

( )

have the same values, which are f x

( )

1 ,f x

( )

2 ,!,f x

( )

n respectively, g x

( )

has zeros on those points, making it has n zeros. According to Lemma (4) this is impossible. Hence f x

( )

=F x

( )

.

Q.E.D.

(23)

20

3.2 Proof of the extended formula when

r£ -n 1

Proof: Suppose that in Lagrange Interpolating Polynomial, f x( )=xr. In this case, the coefficient of

x

n-1 in

F x ( )

is

=

xir

(xix1)(xix2)!(xixi−1)(xixi+1)!(xixn)

i=1

n

= f(n,r)

According to Lemma (5), when n r> , F x( )= f x( )=xr . Thus all the coefficients of xk in

F x ( )

is zero except that the coefficient of

x

r is 1.

When n r= +1, the coefficient of

x

n-1 is

f n r ( , ) = f n n ( , - 1) 1

.

=

When n r> +1, the coefficient of

x

n-1 is

f n r ( , ) 0 =

.(Because n- ¹1 r)

(24)

21

3.3 Using the polynomial to proof the extended formula when

1 2 2

n - < r £ n -

When f x( )=xn-1,

The coefficient of

x

n-1 in

F x ( ) = f n n ( , - 1) 1 =

The coefficient of

x

n-2 in

F x ( )

=0

=

i=1

n

(

x1+x2+!+xi1+xi+1+!+xn

)

xin−1

xix1

( ) (

xix2

)

!

(

xixi−1

) (

xixi+1

)

!

(

xixn

)

=

i=1

n

(

x1+x2+!+xn

)

xin1+xin

xix1

( ) (

xix2

)

!

(

xixi1

) (

xixi+1

)

!

(

xixn

)

=−

(

x1+x2+!+xn

)

f n,n

(

1

)

+ f n,

( )

n

Therefore f(n,n)=(x1+x2+!+xn) The coefficient of

x

n-3 in

F x ( )

=0

=

xjxh

j,h=1,jihj

n

⎝⎜

⎠⎟xin1

(xix1)(xix2)!(xixi1)(xixi+1)!(xixn)

i=1

n

=

xjxh

j,h=1,jh

n

⎝⎜

⎠⎟xin1−(x1+x2+!+xn)xin+xin+1 (xix1)(xix2)!(xixi−1)(xixi+1)!(xixn)

i=1

n

= xjxh

j,h=1,jh

n

⎝⎜

⎠⎟ f(n,n−1)−(x1+x2+!+xn)f(n,n)+ f(n,n+1)

Therefore

f(n,n+1)=(x1+x2+!+xn)2xjxh

j,h=1,j≠h

n

=

i=1

nki=2

j=1

n xjkj

⎝⎜

⎠⎟ (ki ≠0) And so on,

The coefficient of

x

n t- in

F x ( )

(25)

22

=0

=

( )

−1t−1 xjh h=1

t−1

⎝⎜

⎠⎟

⎣⎢ ⎤

⎦⎥xin−1

(xix1)(xix2)!(xixi−1)(xixi+1)!(xixn)

i=1

n (jh are distinct)

=

( )

−1t−1 xjh h=1

t−1

⎝⎜

⎠⎟

⎣⎢ ⎤

⎦⎥xin−1+

( )

−1t−2 xjh h=1

t−2

⎝⎜

⎠⎟

⎣⎢ ⎤

⎦⎥xin+!

( )

−10xi n+t−2

(xix1)(xix2)!(xixi−1)(xixi+1)!(xixn)

i=1

n

=

( )

−1t−1 xjh h=1

t−1

⎝⎜

⎠⎟

⎣⎢ ⎤

⎦⎥ f(n,n−1) +

( )

−1t−2 xjh

h=1

t−2

⎝⎜

⎠⎟

⎣⎢ ⎤

⎦⎥f(n,n)+!+ f(n,n+t−2)

(3.2)

Therefore

f(n,n+t−2)=

( )

−1t−2 xjh

h=1

t−1

⎝⎜

⎠⎟

⎣⎢ ⎤

⎦⎥ f(n,n−1)+

( )

−1t−3 xjh

h=1

t−2

⎝⎜

⎠⎟

⎣⎢ ⎤

⎦⎥f(n,n) +!+

( )

−10 xjh

h=1

1

⎝⎜

⎠⎟

⎣⎢ ⎤

⎦⎥f(n,n+t−3)

To prove the right side of the equation above =

i=1

nki=t−1

j=1

n xjkj

⎝⎜

⎠⎟,

Is equivalent to prove that the coefficient of every term in the following polynomial is 1. (Because

1

1 1

j

n i i

n k

j k t j

x

=

=- =

æ ö

ç ÷

è ø

å

å Õ

includes every term of t -1th

degree and has the coefficient 1.)

−1

( )

t−2 xjh h=1

t−1

⎝⎜

⎠⎟

⎣⎢ ⎤

⎦⎥f(n,n−1)+

( )

−1t−3 xjh h=1

t−2

⎝⎜

⎠⎟

⎣⎢ ⎤

⎦⎥ f(n,n) +!+

( )

−10 xjh

h=1

1

⎝⎜

⎠⎟

⎣⎢ ⎤

⎦⎥ f(n,n+t−3)

Références

Documents relatifs

In the fourth section, we prove a theorem on the inverse invariance of D*-extension and Hartogs extension under some special holomorphic maps.. In the fifth section,

In section 5, we apply Euler-Maclaurin formula to some series and give the orders of some finite summations.. Key Words: Euler-Maclaurin formula, infinite series,

In any 3-dimensional warped product space, the only possible embedded strictly convex surface with constant scalar curvature is the slice sphere provided that the embedded

We study the deformed Hermitian-Yang-Mills (dHYM) equa- tion, which is mirror to the special Lagrangian equation, from the vari- ational point of view via an infinite dimensional

First introduced by Faddeev and Kashaev [7, 9], the quantum dilogarithm G b (x) and its variants S b (x) and g b (x) play a crucial role in the study of positive representations

We construct a cohomology theory on a category of finite digraphs (directed graphs), which is based on the universal calculus on the algebra of functions on the vertices of

In this paper, we propose a nonlocal model for linear steady Stokes equation with no-slip boundary condition.. The main idea is to use volume constraint to enforce the no-slip

Here we present a local discontinuous Galerkin method for computing the approximate solution to the kinetic model and to get high order approximations in time, space and