Community Profile

photo

Martin Lindfors


Linköping University

Aktiv seit 2015

Followers: 0   Following: 0

Kontakt

PhD Student in Automatic Control/Sensor Fusion

Statistiken

All
  • First Review
  • Revival Level 1
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Fitting a Cauchy or Laplace distribution
For Laplace: The density of a Laplace variate is given by p(x|m, b) = exp(-abs(x-m)/b)/b * const. Equivalently, if you...

etwa 7 Jahre vor | 0

Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

etwa 7 Jahre vor

Gelöst


Balanced Ternary Numbers: Easy as |, |-, |o
This problem concerns the so-called <http://en.wikipedia.org/wiki/Balanced_ternary balanced ternary> system for representing num...

etwa 7 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mehr als 8 Jahre vor

Gelöst


Matrix of almost all zeros, except for main diagonal
Write a program to input an integer n and build a n-by-n matrix with the numbers 1,2,...,n on the main diagonal and zeros elsewh...

mehr als 8 Jahre vor