Community Profile

photo

amer


Last seen: 1年以上 前 2022 年からアクティブ

統計

  • Community Group Solver
  • Solver

バッジを表示

Content Feed

表示方法

解決済み


Function substitution (2)
Evaluate the function for the given values of the variables N and t

1年以上 前

解決済み


Function substitution (1)
Evaluate the function for the given values of the variables N and t

1年以上 前

解決済み


Array Concatenation (2)
Given two matrices, a and b, concatenate the two matrices vertically, i.e., the number of rows of the result should be equal to ...

1年以上 前

解決済み


Array Concatenation (1)
Given two matrices, a and b, concatenate the two matrices horizontally, i.e., the number of columns of the result should be equa...

1年以上 前

解決済み


Mathematical formula
Find the value of the expression given the values of variables t and k. Assume g=9.81

1年以上 前

解決済み


Travel time
Calculate the time (in hours) it takes a car traveling at a given uniform speed of s km/hour to travel a distance of d km. For i...

1年以上 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

1年以上 前

解決済み


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

1年以上 前