由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 问个问题:知道 偏微分方程 和 matlab 的请帮忙
相关主题
问个题,请大家指教求教如何内推
Ph.D做得有点儿偏物理,工作不好找,any suggestions?诚问做compuational mechanics在西岸能进什么样的公司呢?
mathworks电面是如何进行的请问物理专业PhD转码工应该学那种语言?
[求指点]转行做码工 是否告诉导师 (长)请教 permute vector of vectors 如何实现,谢谢大家
求助:大家帮忙看看G家这是什么状况FB的这道题怎么答?
求比较it公司里做sde好还是research scientist好google 电话面试题
有几个东西我一直想学,但是没时间STL doesn't have hash Table?
cs用的数学是很高深的 (转载)在线紧急求助一道system design面试题,面经内附
相关话题的讨论汇总
话题: matlab话题: matrix话题: define话题: finite话题: 微分方程
进入JobHunting版参与讨论
1 (共1页)
u***1
发帖数: 179
1
是个公司给我的一个题目。
问题见附件。
对于给出正确方法的同学,
2个包子酬谢!
u***1
发帖数: 179
2
上面的问题不是公司直接要我回答的问题,
是我在用matlab实现一个算法的过程中遇到的问题。
我对matlab和PDE不是很懂。
B*M
发帖数: 1340
3
靠这题就值俩包子?
帮你做不就是作弊了么,

【在 u***1 的大作中提到】
: 是个公司给我的一个题目。
: 问题见附件。
: 对于给出正确方法的同学,
: 2个包子酬谢!

a*****a
发帖数: 19262
4
我可以告诉你如何用Finite Element求数值解。
u***1
发帖数: 179
5
我用的是 finite difference,
如果你可以说说用finite difference求解,
那就太好不过了。
因为我不知道finite element。

【在 a*****a 的大作中提到】
: 我可以告诉你如何用Finite Element求数值解。
k**n
发帖数: 482
6
the matrix A will be a very sparse block-tridiagonal matrix if you use
simple central difference scheme to discretize the first and second
derivatives of u w.r.t. s and v, there is a function in Matlab called "
spdiags" that can define this matrix efficiently, basically you need to
define all the nonzero entries of matrix A into several vectors and use
those vectors to define A, the index of each row of A corresponds to the
index in the vector u(t) one by one, hope this helps
u***1
发帖数: 179
7
谢谢回复,给你包子啦。
我读了一些文献,再加上你的回复,
我基本可以搞定了。

【在 k**n 的大作中提到】
: the matrix A will be a very sparse block-tridiagonal matrix if you use
: simple central difference scheme to discretize the first and second
: derivatives of u w.r.t. s and v, there is a function in Matlab called "
: spdiags" that can define this matrix efficiently, basically you need to
: define all the nonzero entries of matrix A into several vectors and use
: those vectors to define A, the index of each row of A corresponds to the
: index in the vector u(t) one by one, hope this helps

1 (共1页)
进入JobHunting版参与讨论
相关主题
在线紧急求助一道system design面试题,面经内附求助:大家帮忙看看G家这是什么状况
Amazon面试题请教求比较it公司里做sde好还是research scientist好
google面试归来有几个东西我一直想学,但是没时间
请教一道Amazon面世题cs用的数学是很高深的 (转载)
问个题,请大家指教求教如何内推
Ph.D做得有点儿偏物理,工作不好找,any suggestions?诚问做compuational mechanics在西岸能进什么样的公司呢?
mathworks电面是如何进行的请问物理专业PhD转码工应该学那种语言?
[求指点]转行做码工 是否告诉导师 (长)请教 permute vector of vectors 如何实现,谢谢大家
相关话题的讨论汇总
话题: matlab话题: matrix话题: define话题: finite话题: 微分方程