
Marko
TU Wien
interested in maths, algorithms and fluid dynamics
Statistics
14 질문
1 답변
0 문제
45 해답
순위
135,117
of 263,017
평판
0
참여
14 질문
1 답변
답변 채택
64.29%
획득한 표
0
순위
8,486
of 113,953
참여
0 문제
45 해답
점수
395
배지 수
1
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
질문
find the minimum objective for a given ode as boundary value problem
Hello Community, could you give me hint how to tackle this problem. I have an ode (c has a positive value): dxdt2 = a+b*t - c...
7달 전 | 답변 수: 2 | 0
2
답변질문
eigs with Extended Capabilities
Hello Community, in the documentation of eigs: Extended Capabilities Thread-Based Environment Run code in the background usi...
8달 전 | 답변 수: 1 | 0
1
답변질문
solve efficiently sparse large linear system of equations
Hello Community, i have a large sparse block structured matrix. with this quadratic sparse Matrix L: is there any faster wa...
12달 전 | 답변 수: 2 | 0
2
답변set efficently specific rows in a sparse matrix to 0
here are the benchmark results: ver Var2 ___ _____ 1 2.242 2 NaN 3 0.87 for v...
12달 전 | 0
질문
set efficently specific rows in a sparse matrix to 0
Hello comunity, I have a sparse matrix J and i want to set specific rows to 0. My code's like this: J = sparse(blkdiag(rand(1...
12달 전 | 답변 수: 2 | 0
2
답변질문
function interpolation and root finding
Hello community, i have 37 points in in the interval [-.5 .5]. and i'm looking for a minimum. I have written a script which use...
약 1년 전 | 답변 수: 1 | 0
1
답변질문
testing SVD Performance on M1
Hello Community, here is a script for testing the M1 performance on solving a SVD Problem. (Parallel Computing Toolbox is requi...
약 1년 전 | 답변 수: 0 | 0
0
답변질문
vectorize a for loop
Hello Community, i need ur help, to speed up a routine. i have n points in space and i need the distances between all points. ...
1년 이상 전 | 답변 수: 1 | 0
1
답변질문
Solve large linear equations with backslash operator. Why is sparse matrix solved slower than the full matrix?
Hello Community and Staff, maybe somebody could explain to me why sparse matrix operation for a not so well condidioned matrix ...
1년 이상 전 | 답변 수: 1 | 0
1
답변질문
2d Chebyshev polynomial interpolation
Hello Community, may i ask you for your help. I have a full matrix M with the N+1 number of elments in each direction. The x...
1년 이상 전 | 답변 수: 0 | 0
0
답변해결됨
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
1년 이상 전
해결됨
Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...
1년 이상 전
해결됨
Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...
1년 이상 전
해결됨
Solve a System of Linear Equations
*Example*: If a system of linear equations in _x₁_ and _x₂_ is: 2 _x₁_ + _x₂_ = 2 _x₁...
1년 이상 전
해결됨
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
1년 이상 전
해결됨
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
1년 이상 전
질문
how to create a symbolic derivative of f(r(x,y),theta(x,y)) and evaluate it
Hello Community, i have some more or less complicated funtions, e.g. a simple one: f(r,theta) = r*(pi*cos(theta)+2*sin(theta))...
1년 이상 전 | 답변 수: 1 | 0
1
답변질문
solve large sparse jacobian matrix (with an example)
Hello Community, do you have a good suggestion if an iterative solver would be faster. This jacobian J with ( N = 32 ) took me...
1년 이상 전 | 답변 수: 1 | 0
1
답변질문
get ridoff "for loops" while defining matrices elements, incl. improvement and reference
Hello Community, is it possible to write a code which is faster than my version? function D = Dp(N) D = (zeros(N-1,N-1)); fo...
1년 이상 전 | 답변 수: 1 | 0
1
답변질문
simple Matrix manipulation without for-loop needed
Hello Community, i need your help. I have a matrix which size is (N+1,N+1). I have also some vectors with different length. Th...
1년 이상 전 | 답변 수: 1 | 0
1
답변질문
extract elements and build the remain vector
Hello Community, i need your help. A vector v has 128 elements with random numbers. The elements of index 1 21 31 41 should ...
1년 이상 전 | 답변 수: 2 | 0
2
답변해결됨
Make a full wave rectifier
Produce a full wave rectifier waveform for the given sine wave source. For a sine wave input, the output of the full wave rec...
5년 이상 전
해결됨
Create an index-powered vector
Given a input vector x, return y as index-powered vector as shown below. Example x = [2 3 6 9] then y should be [...
5년 이상 전
해결됨
Model a mass spring system
Model an ideal mass-spring system shown below where the spring is initially stretched. <<http://blogs.mathworks.com/images/se...
5년 이상 전
해결됨
Model a falling body
An object is falling freely from a height of 22 meters under the force of gravity. <<http://blogs.mathworks.com/images/seth/c...
5년 이상 전
해결됨
Add offset to a signal
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-offset-eqn.png>> You should see a downward...
5년 이상 전
해결됨
Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...
5년 이상 전
해결됨
merge two matrices together in one matrix
a= [1 2 3 4]; b=[5 6 7 8]; take the first column from matrix (a)and (b)then insert them in matrix (c) respectively, and so on;...
5년 이상 전
해결됨
angle in regular polygon
Make a function which returns measure of interior angle in x-side regular polygon. x is as input. Please pay attention, that 1 ...
5년 이상 전