Partial derivative with respect to three variables
I just started learning LaTeX and I am facing problem in writing the following equation, can anyone please help me out?

symbols
New contributor
shadow kh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I just started learning LaTeX and I am facing problem in writing the following equation, can anyone please help me out?

symbols
New contributor
shadow kh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I just started learning LaTeX and I am facing problem in writing the following equation, can anyone please help me out?

symbols
New contributor
shadow kh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I just started learning LaTeX and I am facing problem in writing the following equation, can anyone please help me out?

symbols
symbols
New contributor
shadow kh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
shadow kh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 3 hours ago
Bernard
170k775202
170k775202
New contributor
shadow kh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 hours ago
shadow khshadow kh
1284
1284
New contributor
shadow kh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
shadow kh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
shadow kh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
A simpler code with the diffcoeff package. The order of differentiation is automatically computed — I suppose k+l is k_1+k_2+l:
documentclass{article}
usepackage{mathtools, diffcoeff}
DeclarePairedDelimiterabs{lvert}{rvert}
begin{document}
[
abs*{diffp[k_1,k_2,l]{u_0}
{x_1, x_2, t}} leq C
]
end{document}

I didn't know aboutdiffcoeff. Nice. Off topic:k_1+k_2+ljust to be compatible with order of powers in denominator? :-)
– Sigur
2 hours ago
@Sigur: it is a comparatively recent package. For the question: yes it is so. Of course, I understand that probably, $k$ denotes $k_1+k_2$, but there doesn't seem to be tools to use k in the numerator and k_1, k_2 in the denominator.
– Bernard
2 hours ago
add a comment |
You could write
[leftlvertfrac{partial^{k+l}u_0}
{{partial x_1}^{k_1}{partial x_2}^{k_2}partial t^l}rightrvert
leq C]

add a comment |
one more variation ...
documentclass{article}
usepackage{mathtools}
DeclarePairedDelimiterabs{lvert}{rvert}
begin{document}
[
abs*{frac{partial^{k+l}u_0}
{partial x_1^{k_1}partial x_2^{k_2}partial t^l}} leq C
]
end{document}

How did you produce the frame around the image?
– Sigur
3 hours ago
@Sigur, it is not part oflatexcode, but drawn by Snipping Tool, which i use for copping image from pdf previewer to site. in it i select optionShow Ink selection ...
– Zarko
3 hours ago
Ah, OK. I use Shutter. Maybe there is such frame option there.
– Sigur
3 hours ago
Thanks to you I've just created a plugin for Shutter to add 1px solid blue frame around the image. Now I need to know how to run it automatically when screen shot is created.
– Sigur
2 hours ago
add a comment |
Like this?

documentclass{report}
usepackage{amsmath}
begin{document}
[ Bigglvert
frac{partial^{k+l}u_0}
{partial^{k_1}{x_1},
partial^{k_2}{x_2},
partial^{l}{t}}
Biggrvert leq C,
]
end{document}
add a comment |
documentclass{article}
begin{document}
$ left | frac{partial^{k+1}u_0}{{partial x_1}^{k_1} {partial x_2}^{k_2} partial t^l} right | leq C $
end{document}

add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
shadow kh is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476164%2fpartial-derivative-with-respect-to-three-variables%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
A simpler code with the diffcoeff package. The order of differentiation is automatically computed — I suppose k+l is k_1+k_2+l:
documentclass{article}
usepackage{mathtools, diffcoeff}
DeclarePairedDelimiterabs{lvert}{rvert}
begin{document}
[
abs*{diffp[k_1,k_2,l]{u_0}
{x_1, x_2, t}} leq C
]
end{document}

I didn't know aboutdiffcoeff. Nice. Off topic:k_1+k_2+ljust to be compatible with order of powers in denominator? :-)
– Sigur
2 hours ago
@Sigur: it is a comparatively recent package. For the question: yes it is so. Of course, I understand that probably, $k$ denotes $k_1+k_2$, but there doesn't seem to be tools to use k in the numerator and k_1, k_2 in the denominator.
– Bernard
2 hours ago
add a comment |
A simpler code with the diffcoeff package. The order of differentiation is automatically computed — I suppose k+l is k_1+k_2+l:
documentclass{article}
usepackage{mathtools, diffcoeff}
DeclarePairedDelimiterabs{lvert}{rvert}
begin{document}
[
abs*{diffp[k_1,k_2,l]{u_0}
{x_1, x_2, t}} leq C
]
end{document}

I didn't know aboutdiffcoeff. Nice. Off topic:k_1+k_2+ljust to be compatible with order of powers in denominator? :-)
– Sigur
2 hours ago
@Sigur: it is a comparatively recent package. For the question: yes it is so. Of course, I understand that probably, $k$ denotes $k_1+k_2$, but there doesn't seem to be tools to use k in the numerator and k_1, k_2 in the denominator.
– Bernard
2 hours ago
add a comment |
A simpler code with the diffcoeff package. The order of differentiation is automatically computed — I suppose k+l is k_1+k_2+l:
documentclass{article}
usepackage{mathtools, diffcoeff}
DeclarePairedDelimiterabs{lvert}{rvert}
begin{document}
[
abs*{diffp[k_1,k_2,l]{u_0}
{x_1, x_2, t}} leq C
]
end{document}

A simpler code with the diffcoeff package. The order of differentiation is automatically computed — I suppose k+l is k_1+k_2+l:
documentclass{article}
usepackage{mathtools, diffcoeff}
DeclarePairedDelimiterabs{lvert}{rvert}
begin{document}
[
abs*{diffp[k_1,k_2,l]{u_0}
{x_1, x_2, t}} leq C
]
end{document}

answered 3 hours ago
BernardBernard
170k775202
170k775202
I didn't know aboutdiffcoeff. Nice. Off topic:k_1+k_2+ljust to be compatible with order of powers in denominator? :-)
– Sigur
2 hours ago
@Sigur: it is a comparatively recent package. For the question: yes it is so. Of course, I understand that probably, $k$ denotes $k_1+k_2$, but there doesn't seem to be tools to use k in the numerator and k_1, k_2 in the denominator.
– Bernard
2 hours ago
add a comment |
I didn't know aboutdiffcoeff. Nice. Off topic:k_1+k_2+ljust to be compatible with order of powers in denominator? :-)
– Sigur
2 hours ago
@Sigur: it is a comparatively recent package. For the question: yes it is so. Of course, I understand that probably, $k$ denotes $k_1+k_2$, but there doesn't seem to be tools to use k in the numerator and k_1, k_2 in the denominator.
– Bernard
2 hours ago
I didn't know about
diffcoeff. Nice. Off topic: k_1+k_2+l just to be compatible with order of powers in denominator? :-)– Sigur
2 hours ago
I didn't know about
diffcoeff. Nice. Off topic: k_1+k_2+l just to be compatible with order of powers in denominator? :-)– Sigur
2 hours ago
@Sigur: it is a comparatively recent package. For the question: yes it is so. Of course, I understand that probably, $k$ denotes $k_1+k_2$, but there doesn't seem to be tools to use k in the numerator and k_1, k_2 in the denominator.
– Bernard
2 hours ago
@Sigur: it is a comparatively recent package. For the question: yes it is so. Of course, I understand that probably, $k$ denotes $k_1+k_2$, but there doesn't seem to be tools to use k in the numerator and k_1, k_2 in the denominator.
– Bernard
2 hours ago
add a comment |
You could write
[leftlvertfrac{partial^{k+l}u_0}
{{partial x_1}^{k_1}{partial x_2}^{k_2}partial t^l}rightrvert
leq C]

add a comment |
You could write
[leftlvertfrac{partial^{k+l}u_0}
{{partial x_1}^{k_1}{partial x_2}^{k_2}partial t^l}rightrvert
leq C]

add a comment |
You could write
[leftlvertfrac{partial^{k+l}u_0}
{{partial x_1}^{k_1}{partial x_2}^{k_2}partial t^l}rightrvert
leq C]

You could write
[leftlvertfrac{partial^{k+l}u_0}
{{partial x_1}^{k_1}{partial x_2}^{k_2}partial t^l}rightrvert
leq C]

edited 3 hours ago
Sigur
25.3k356139
25.3k356139
answered 3 hours ago
José Carlos SantosJosé Carlos Santos
8131217
8131217
add a comment |
add a comment |
one more variation ...
documentclass{article}
usepackage{mathtools}
DeclarePairedDelimiterabs{lvert}{rvert}
begin{document}
[
abs*{frac{partial^{k+l}u_0}
{partial x_1^{k_1}partial x_2^{k_2}partial t^l}} leq C
]
end{document}

How did you produce the frame around the image?
– Sigur
3 hours ago
@Sigur, it is not part oflatexcode, but drawn by Snipping Tool, which i use for copping image from pdf previewer to site. in it i select optionShow Ink selection ...
– Zarko
3 hours ago
Ah, OK. I use Shutter. Maybe there is such frame option there.
– Sigur
3 hours ago
Thanks to you I've just created a plugin for Shutter to add 1px solid blue frame around the image. Now I need to know how to run it automatically when screen shot is created.
– Sigur
2 hours ago
add a comment |
one more variation ...
documentclass{article}
usepackage{mathtools}
DeclarePairedDelimiterabs{lvert}{rvert}
begin{document}
[
abs*{frac{partial^{k+l}u_0}
{partial x_1^{k_1}partial x_2^{k_2}partial t^l}} leq C
]
end{document}

How did you produce the frame around the image?
– Sigur
3 hours ago
@Sigur, it is not part oflatexcode, but drawn by Snipping Tool, which i use for copping image from pdf previewer to site. in it i select optionShow Ink selection ...
– Zarko
3 hours ago
Ah, OK. I use Shutter. Maybe there is such frame option there.
– Sigur
3 hours ago
Thanks to you I've just created a plugin for Shutter to add 1px solid blue frame around the image. Now I need to know how to run it automatically when screen shot is created.
– Sigur
2 hours ago
add a comment |
one more variation ...
documentclass{article}
usepackage{mathtools}
DeclarePairedDelimiterabs{lvert}{rvert}
begin{document}
[
abs*{frac{partial^{k+l}u_0}
{partial x_1^{k_1}partial x_2^{k_2}partial t^l}} leq C
]
end{document}

one more variation ...
documentclass{article}
usepackage{mathtools}
DeclarePairedDelimiterabs{lvert}{rvert}
begin{document}
[
abs*{frac{partial^{k+l}u_0}
{partial x_1^{k_1}partial x_2^{k_2}partial t^l}} leq C
]
end{document}

answered 3 hours ago
ZarkoZarko
125k867164
125k867164
How did you produce the frame around the image?
– Sigur
3 hours ago
@Sigur, it is not part oflatexcode, but drawn by Snipping Tool, which i use for copping image from pdf previewer to site. in it i select optionShow Ink selection ...
– Zarko
3 hours ago
Ah, OK. I use Shutter. Maybe there is such frame option there.
– Sigur
3 hours ago
Thanks to you I've just created a plugin for Shutter to add 1px solid blue frame around the image. Now I need to know how to run it automatically when screen shot is created.
– Sigur
2 hours ago
add a comment |
How did you produce the frame around the image?
– Sigur
3 hours ago
@Sigur, it is not part oflatexcode, but drawn by Snipping Tool, which i use for copping image from pdf previewer to site. in it i select optionShow Ink selection ...
– Zarko
3 hours ago
Ah, OK. I use Shutter. Maybe there is such frame option there.
– Sigur
3 hours ago
Thanks to you I've just created a plugin for Shutter to add 1px solid blue frame around the image. Now I need to know how to run it automatically when screen shot is created.
– Sigur
2 hours ago
How did you produce the frame around the image?
– Sigur
3 hours ago
How did you produce the frame around the image?
– Sigur
3 hours ago
@Sigur, it is not part of
latex code, but drawn by Snipping Tool, which i use for copping image from pdf previewer to site. in it i select option Show Ink selection ...– Zarko
3 hours ago
@Sigur, it is not part of
latex code, but drawn by Snipping Tool, which i use for copping image from pdf previewer to site. in it i select option Show Ink selection ...– Zarko
3 hours ago
Ah, OK. I use Shutter. Maybe there is such frame option there.
– Sigur
3 hours ago
Ah, OK. I use Shutter. Maybe there is such frame option there.
– Sigur
3 hours ago
Thanks to you I've just created a plugin for Shutter to add 1px solid blue frame around the image. Now I need to know how to run it automatically when screen shot is created.
– Sigur
2 hours ago
Thanks to you I've just created a plugin for Shutter to add 1px solid blue frame around the image. Now I need to know how to run it automatically when screen shot is created.
– Sigur
2 hours ago
add a comment |
Like this?

documentclass{report}
usepackage{amsmath}
begin{document}
[ Bigglvert
frac{partial^{k+l}u_0}
{partial^{k_1}{x_1},
partial^{k_2}{x_2},
partial^{l}{t}}
Biggrvert leq C,
]
end{document}
add a comment |
Like this?

documentclass{report}
usepackage{amsmath}
begin{document}
[ Bigglvert
frac{partial^{k+l}u_0}
{partial^{k_1}{x_1},
partial^{k_2}{x_2},
partial^{l}{t}}
Biggrvert leq C,
]
end{document}
add a comment |
Like this?

documentclass{report}
usepackage{amsmath}
begin{document}
[ Bigglvert
frac{partial^{k+l}u_0}
{partial^{k_1}{x_1},
partial^{k_2}{x_2},
partial^{l}{t}}
Biggrvert leq C,
]
end{document}
Like this?

documentclass{report}
usepackage{amsmath}
begin{document}
[ Bigglvert
frac{partial^{k+l}u_0}
{partial^{k_1}{x_1},
partial^{k_2}{x_2},
partial^{l}{t}}
Biggrvert leq C,
]
end{document}
edited 3 hours ago
answered 3 hours ago
SigurSigur
25.3k356139
25.3k356139
add a comment |
add a comment |
documentclass{article}
begin{document}
$ left | frac{partial^{k+1}u_0}{{partial x_1}^{k_1} {partial x_2}^{k_2} partial t^l} right | leq C $
end{document}

add a comment |
documentclass{article}
begin{document}
$ left | frac{partial^{k+1}u_0}{{partial x_1}^{k_1} {partial x_2}^{k_2} partial t^l} right | leq C $
end{document}

add a comment |
documentclass{article}
begin{document}
$ left | frac{partial^{k+1}u_0}{{partial x_1}^{k_1} {partial x_2}^{k_2} partial t^l} right | leq C $
end{document}

documentclass{article}
begin{document}
$ left | frac{partial^{k+1}u_0}{{partial x_1}^{k_1} {partial x_2}^{k_2} partial t^l} right | leq C $
end{document}

edited 3 hours ago
answered 3 hours ago
Sina AhmadiSina Ahmadi
67538
67538
add a comment |
add a comment |
shadow kh is a new contributor. Be nice, and check out our Code of Conduct.
shadow kh is a new contributor. Be nice, and check out our Code of Conduct.
shadow kh is a new contributor. Be nice, and check out our Code of Conduct.
shadow kh is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476164%2fpartial-derivative-with-respect-to-three-variables%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown