Skip to content
Advertisement

Tag: arrays

Determine the similarity between two arrays of counts [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 1 year ago. Improve this question The Problem: I am trying to determine the similarity between two 1D arrays composed of counts. Both the positions and relative

Array input into an equation get array output in Python

I’m a python beginner and I’m trying to solve a cubic equation with two independent variables and one dependent variable. Here is the equation, which I am trying to solve for v: 3pv^3āˆ’(p+8t)v^2+9vāˆ’3=0 If I set p and t as individual values, I can solve the equation with my current code. But what I would like to do is set

Advertisement