![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/822529.jpg)
Jan Valdman
Associate professor of applied mathematics https://sites.google.com/site/janvaldman/ Professional Interests: FEM, nonlinear computational mechanics, a posteriori error estimates, MATLAB vectorizations
Statistics
RANK
9.666
of 297.010
REPUTATION
2
CONTRIBUTIONS
8 Questions
2 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
2
RANK
687 of 20.418
REPUTATION
2.650
AVERAGE RATING
4.50
CONTRIBUTIONS
30 Files
DOWNLOADS
73
ALL TIME DOWNLOADS
25458
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Path-following method for algebraic inclusions
Implementation of the semismooth* method.
4 maanden ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/cffc4c42-761a-41fa-bdea-de0363547572/76add08c-e6d9-4952-9d78-7125bf51a771/images/1729529649.png)
Solved
Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?
7 maanden ago
Solved
Counting in Finnish
Sort a vector of single digit whole numbers alphabetically by their name, in Finnish. See the Wikipedia page for <http://en.wik...
7 maanden ago
Solved
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
7 maanden ago
Solved
Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...
7 maanden ago
Submitted
Equilibria of economical models with cost of change
Evaluations of Cournot-Nash and Stackelber-Cournot-Nash equilibria for models with several firms using Gauss method
meer dan een jaar ago | 3 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/8c8a63d4-964f-4b45-abe5-6e7eb42ab4d5/7eb04fd2-ea8e-41b2-8948-8421d76e587b/images/screenshot.jpg)
Submitted
Evaluation of intrinsic rotations
We provide an alternative to the function rotm2eul from Robotics System Toolbox and comparisons.
meer dan een jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/3849af98-373a-4802-9ce8-6c5017e460c3/bd053d81-e83d-4e12-be94-a8c040e3e028/images/1691318040.png)
Submitted
HADAMARD’S INEQUALITY IN THE MEAN
Evaluation of the HADAMARD’S INEQUALITY IN THE MEAN in 2 space-dimensions.
meer dan een jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/9600006e-4254-4394-bb54-bbc4bac0c0bf/c68c6f72-a4ed-4bf2-85d1-541122ab09a8/images/1685854565.png)
Submitted
Enlarge figure axes by a given factor
Given a figure with (eg. tight) axes, this simple code automatically recalculates and enlarges axes them by a prescribed factor....
meer dan 2 jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/7c481274-d541-4add-901e-0ddb57df0e2e/f7576330-7392-4618-a143-a91998d38e25/images/1599017521.jpg)
Submitted
Constitutive model of shape memory alloys
An unconstrained minimization of FEM discretized energies.
meer dan 2 jaar ago | 8 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/0f80c51f-080b-4d53-b986-205259a77243/211c9fd0-fefd-4e9f-88b6-fc0c292cc79d/images/1666697732.png)
Question
quasi-Newton method with initial Hessian + preconditioning
I am heavily dependent on the quasi-Newton method in the minimization of nonlinear energies f(x)-> min discretized by the fi...
meer dan 2 jaar ago | 1 answer | 0
1
answerSubmitted
Semismooth* Newton method for contact friction problems
Finite element solution of a contact problem with a Tresca friction by the semismooth* Newton method.
bijna 4 jaar ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/959ae0af-8278-4910-bdf8-cbdde892d4f6/d3124f9d-dd2a-46e7-b0a3-a99406811b9d/images/1619339250.jpg)
Solved
Get all prime factors
List the prime factors for the input number, in decreasing order. List each factor. If the prime factor occurs twice, list it as...
ongeveer 4 jaar ago
Question
A fast cell array generation
Dear all, in our optimization procedure, we need to create a cell array 'v_indices' from a vector 'v' and another cell array of...
meer dan 4 jaar ago | 1 answer | 0
1
answerSolved
Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...
meer dan 4 jaar ago
Solved
Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...
meer dan 4 jaar ago
Solved
Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]
meer dan 4 jaar ago
Solved
Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...
meer dan 4 jaar ago
Solved
Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...
meer dan 4 jaar ago
Solved
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
meer dan 4 jaar ago
Solved
Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<https://imgur.com/x6hT6mm.png>> ...
meer dan 4 jaar ago
Solved
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...
meer dan 4 jaar ago
Solved
Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...
meer dan 4 jaar ago
Solved
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...
meer dan 4 jaar ago
Solved
Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...
meer dan 4 jaar ago
Solved
Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...
bijna 5 jaar ago
Minimization of a function with unknown gradient but known sparsity pattern of its hessian
Dear colleague, based on our discussions from yesterday, I implemented a finite difference scheme for a gradient approximation ...
meer dan 5 jaar ago | 0
Question
Minimization of a function with unknown gradient but known sparsity pattern of its hessian
Dear colleagues, is there a fmincon option to minimize a function without the knowledge of its gradient but providing a sparsit...
meer dan 5 jaar ago | 2 answers | 1