applications of Multivariate Calculus in computer science
up vote
0
down vote
favorite
I am currently studying Multivariate Calculus (Larson and Edwards book). I want to do a project in computer science to see some nice applications of things I am learning. Any specific source of papers/journals/books? thanks
multivariable-calculus applications
add a comment |
up vote
0
down vote
favorite
I am currently studying Multivariate Calculus (Larson and Edwards book). I want to do a project in computer science to see some nice applications of things I am learning. Any specific source of papers/journals/books? thanks
multivariable-calculus applications
You could go the opposite direction and think about the CS behind software to graph such equations. But I come bearing no references...
– pjs36
Feb 21 '16 at 7:36
I think multivariable calculus is need in computer graphics. This is based on a quote from one of the creators of "bug's life" in a multi book I read once as "wishing they knew more vector calc."
– qbert
Jan 9 at 1:06
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am currently studying Multivariate Calculus (Larson and Edwards book). I want to do a project in computer science to see some nice applications of things I am learning. Any specific source of papers/journals/books? thanks
multivariable-calculus applications
I am currently studying Multivariate Calculus (Larson and Edwards book). I want to do a project in computer science to see some nice applications of things I am learning. Any specific source of papers/journals/books? thanks
multivariable-calculus applications
multivariable-calculus applications
asked Feb 21 '16 at 7:23
user304876
59116
59116
You could go the opposite direction and think about the CS behind software to graph such equations. But I come bearing no references...
– pjs36
Feb 21 '16 at 7:36
I think multivariable calculus is need in computer graphics. This is based on a quote from one of the creators of "bug's life" in a multi book I read once as "wishing they knew more vector calc."
– qbert
Jan 9 at 1:06
add a comment |
You could go the opposite direction and think about the CS behind software to graph such equations. But I come bearing no references...
– pjs36
Feb 21 '16 at 7:36
I think multivariable calculus is need in computer graphics. This is based on a quote from one of the creators of "bug's life" in a multi book I read once as "wishing they knew more vector calc."
– qbert
Jan 9 at 1:06
You could go the opposite direction and think about the CS behind software to graph such equations. But I come bearing no references...
– pjs36
Feb 21 '16 at 7:36
You could go the opposite direction and think about the CS behind software to graph such equations. But I come bearing no references...
– pjs36
Feb 21 '16 at 7:36
I think multivariable calculus is need in computer graphics. This is based on a quote from one of the creators of "bug's life" in a multi book I read once as "wishing they knew more vector calc."
– qbert
Jan 9 at 1:06
I think multivariable calculus is need in computer graphics. This is based on a quote from one of the creators of "bug's life" in a multi book I read once as "wishing they knew more vector calc."
– qbert
Jan 9 at 1:06
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
I don't know Larson and Edwards' book, but I assume you have learned about partial derivatives, and therefore could understand simple differential geometry of surfaces (Gaussian curvature, etc). If so, write a little graphics app that lets you study the shapes of surfaces. You can create color-coded pictures where the colors indicate the slope of the surface, or various kinds of curvature. Functions like this are used in computer-aided design to judge the quality of surfaces prior to the start of manufacturing.
See this paper, especially Figure 21.
add a comment |
up vote
0
down vote
I highly recommend the book Numerical Algorithms by Justin Solomon (available online) which treats this topic thoroughly.
For instance the Back Propagation algorithm for training artificial neural networks. Mesh parameterization (e.g. texture mapping), mesh deformation, and in general, the whole Polygon Mesh Processing field, computer vision, machine learning and more.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I don't know Larson and Edwards' book, but I assume you have learned about partial derivatives, and therefore could understand simple differential geometry of surfaces (Gaussian curvature, etc). If so, write a little graphics app that lets you study the shapes of surfaces. You can create color-coded pictures where the colors indicate the slope of the surface, or various kinds of curvature. Functions like this are used in computer-aided design to judge the quality of surfaces prior to the start of manufacturing.
See this paper, especially Figure 21.
add a comment |
up vote
0
down vote
I don't know Larson and Edwards' book, but I assume you have learned about partial derivatives, and therefore could understand simple differential geometry of surfaces (Gaussian curvature, etc). If so, write a little graphics app that lets you study the shapes of surfaces. You can create color-coded pictures where the colors indicate the slope of the surface, or various kinds of curvature. Functions like this are used in computer-aided design to judge the quality of surfaces prior to the start of manufacturing.
See this paper, especially Figure 21.
add a comment |
up vote
0
down vote
up vote
0
down vote
I don't know Larson and Edwards' book, but I assume you have learned about partial derivatives, and therefore could understand simple differential geometry of surfaces (Gaussian curvature, etc). If so, write a little graphics app that lets you study the shapes of surfaces. You can create color-coded pictures where the colors indicate the slope of the surface, or various kinds of curvature. Functions like this are used in computer-aided design to judge the quality of surfaces prior to the start of manufacturing.
See this paper, especially Figure 21.
I don't know Larson and Edwards' book, but I assume you have learned about partial derivatives, and therefore could understand simple differential geometry of surfaces (Gaussian curvature, etc). If so, write a little graphics app that lets you study the shapes of surfaces. You can create color-coded pictures where the colors indicate the slope of the surface, or various kinds of curvature. Functions like this are used in computer-aided design to judge the quality of surfaces prior to the start of manufacturing.
See this paper, especially Figure 21.
answered Feb 21 '16 at 7:58
bubba
29.5k32985
29.5k32985
add a comment |
add a comment |
up vote
0
down vote
I highly recommend the book Numerical Algorithms by Justin Solomon (available online) which treats this topic thoroughly.
For instance the Back Propagation algorithm for training artificial neural networks. Mesh parameterization (e.g. texture mapping), mesh deformation, and in general, the whole Polygon Mesh Processing field, computer vision, machine learning and more.
add a comment |
up vote
0
down vote
I highly recommend the book Numerical Algorithms by Justin Solomon (available online) which treats this topic thoroughly.
For instance the Back Propagation algorithm for training artificial neural networks. Mesh parameterization (e.g. texture mapping), mesh deformation, and in general, the whole Polygon Mesh Processing field, computer vision, machine learning and more.
add a comment |
up vote
0
down vote
up vote
0
down vote
I highly recommend the book Numerical Algorithms by Justin Solomon (available online) which treats this topic thoroughly.
For instance the Back Propagation algorithm for training artificial neural networks. Mesh parameterization (e.g. texture mapping), mesh deformation, and in general, the whole Polygon Mesh Processing field, computer vision, machine learning and more.
I highly recommend the book Numerical Algorithms by Justin Solomon (available online) which treats this topic thoroughly.
For instance the Back Propagation algorithm for training artificial neural networks. Mesh parameterization (e.g. texture mapping), mesh deformation, and in general, the whole Polygon Mesh Processing field, computer vision, machine learning and more.
answered Jan 8 at 23:46
Mauricio Cele Lopez Belon
56748
56748
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics 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.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fmath.stackexchange.com%2fquestions%2f1665197%2fapplications-of-multivariate-calculus-in-computer-science%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
You could go the opposite direction and think about the CS behind software to graph such equations. But I come bearing no references...
– pjs36
Feb 21 '16 at 7:36
I think multivariable calculus is need in computer graphics. This is based on a quote from one of the creators of "bug's life" in a multi book I read once as "wishing they knew more vector calc."
– qbert
Jan 9 at 1:06