Partial Differential Equations | 2:a upplagan
- Inbunden, Engelska, 2002
- Författare: Robert McOwen
- Betyg:
1009
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
Introduction.
1. First-Order Equations.
2. Principles for Higher-Order Equations.
3. The Wave Equation.
4. The Laplace Equation.
5. The Heat Equation.
6. Linear Functional Analysis.
7. Differential Calculus Methods.
8. Linear Elliptic Theory.
9. Two Additional Methods.
10. Systems of Conservation Laws.
11. Linear and Nonlinear Diffusion.
12. Linear and Nonlinear Waves.
13. Nonlinear Elliptic Equations.
Appendix on Physics.
Hints and Solutions for Selected Exercises.
References.
Index.
Index of Symbols.
Produktinformation
Kategori:
Okänd
Bandtyp:
Inbunden
Språk:
Engelska
ISBN:
9780130093356
Upplaga:
2
Utgiven:
2002-10-29
Förlag:
Pearson Education
Sidantal:
464
Hur man citerar Partial Differential Equations
Klicka på -knappen för att kopiera citatet till urklipp. Kom ihåg att alltid dubbelkolla dina referenser.
Harvard
Robert McOwen (2002) Partial Differential Equations. 2:a uppl. Pearson Education
Robert McOwen (2002) Partial Differential Equations. 2:a uppl. Pearson Education
APA (7:e upplagan)
Robert McOwen (2002). Partial Differential Equations (2:a uppl.). Pearson Education
Robert McOwen (2002). Partial Differential Equations (2:a uppl.). Pearson Education
MLA
Robert McOwen. Partial Differential Equations. 2:a uppl., Pearson Education, 2002.
Robert McOwen. Partial Differential Equations. 2:a uppl., Pearson Education, 2002.
Vancouver
Robert McOwen. Partial Differential Equations. 2:a uppl.. Pearson Education; 2002.
Robert McOwen. Partial Differential Equations. 2:a uppl.. Pearson Education; 2002.
IEEE
Robert McOwen, Partial Differential Equations, 2:a uppl.. Pearson Education, 2002.
Robert McOwen, Partial Differential Equations, 2:a uppl.. Pearson Education, 2002.
Behöver du hjälp med referenser?
Dessa citat genereras automatiskt från bokens metadata. Kontrollera alltid att informationen är korrekt innan du använder den i ditt arbete.
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>