Community Profile

photo

Andrea La Spina


Columbia University

Actif depuis 2019

Followers: 0   Following: 0

Contact

Statistiques

All
  • First Review
  • Personal Best Downloads Level 3
  • 5-Star Galaxy Level 5
  • First Submission
  • Solver

Afficher les badges

Feeds

Afficher par

A soumis


Export figure for LaTeX documents
High-precision tool to export a figure to pdf matching the font size and the text width of a LaTeX document.

presque 2 ans il y a | 4 téléchargements |

Thumbnail

A soumis


Symbolic function, gradient and divergence
Easy definition of arbitrarily sized functions and effective computation of gradient and divergence operators.

plus de 2 ans il y a | 1 téléchargement |

Thumbnail

A soumis


2D Unsteady Navier-Stokes
Solution of 2D Navier-Stokes equations

plus de 2 ans il y a | 21 téléchargements |

Thumbnail

A soumis


2D Steady Navier-Stokes
Solution of 2D Navier-Stokes equations

plus de 2 ans il y a | 9 téléchargements |

Thumbnail

A soumis


2D Unsteady convection-diffusion-reaction problem
2D scalar equation of a convection-diffusion-reaction problem

plus de 2 ans il y a | 3 téléchargements |

Thumbnail

A soumis


2D Unsteady convection-diffusion problem
2D scalar equation of a convection-diffusion problem

plus de 2 ans il y a | 15 téléchargements |

Thumbnail

A soumis


Unsteady convection-diffusion-reaction problem
1D scalar equation of a convection-diffusion-reaction problem with piecewise linear approximation

plus de 2 ans il y a | 4 téléchargements |

Thumbnail

A soumis


Steady transport problems
1D scalar equation of convective-diffusion transport with piecewise linear approximation

plus de 2 ans il y a | 2 téléchargements |

Thumbnail

A soumis


1-D wave propagation in microstructured materials
This script performs a numerical simulation of the wave propagation in microstructured materials.

plus de 2 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Euler-Bernoulli VS Timoshenko beam
Construction of the stiffness and the mass matrix for the Euler-Bernoulli and the Timoshenko beam

plus de 2 ans il y a | 22 téléchargements |

Thumbnail

A soumis


Armstrong-Frederick cyclic hardening plasticity
This is an easy and interactive example of Armstrong-Frederick cyclic hardening plasticity model

plus de 2 ans il y a | 10 téléchargements |

Thumbnail

A soumis


Newton-Raphson method
Easy application of Newton-Raphson algorithm

plus de 2 ans il y a | 1 téléchargement |

Thumbnail

A soumis


SDOF subjected to a seismic input
This is the study of a SDOF subjected to a seismic input

plus de 2 ans il y a | 3 téléchargements |

Thumbnail

A soumis


Dynamic response of a building subject to a seismic input
Dynamic response of a building subject to a seismic input

plus de 2 ans il y a | 5 téléchargements |

Thumbnail

A résolu


Height of a right-angled triangle
Given numbers a, b and c, find the height of the right angled triangle with sides a and b and hypotenuse c, for the base c. If a...

plus de 4 ans il y a

A résolu


Parallel vectors
Return true or false depending on whether 2 vectors are parallel or not. Vectors can be 2 or 3 dimensional. The origin is not c...

plus de 4 ans il y a

A résolu


Volume difference between Ellipsoid and Sphere
Given an ellipsoid of semi principal axis (a,b,c) find the volume of the difference between this ellipsoid and the sphere with...

plus de 4 ans il y a

A résolu


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...

plus de 4 ans il y a

A résolu


Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...

plus de 4 ans il y a

A résolu


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

plus de 4 ans il y a

A résolu


Perimeter
Given a sequence of points forming a closed path (first and last points are coincident) return the perimeter value. For example...

plus de 4 ans il y a

A résolu


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

plus de 4 ans il y a

A résolu


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

plus de 4 ans il y a

A résolu


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

plus de 4 ans il y a

A résolu


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

plus de 4 ans il y a

A résolu


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

plus de 4 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

plus de 4 ans il y a